confluence REST API request while not being admin ends in 401 error
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: i am developing confluence blueprint where a user can choose between jira projects and use them for specific jira issues report. both instances are connected correctly with each other and i get results but only if i am logged as an admin. with normal user i am getting this: <status> <status-code> 401 </status-code> <message> This resource requires WebSudo. </message> </status> unfortunately i have to get the information from the jira server as ajax post request with javascript and here is my code: i have tried to use login