Hi Guys
I adding to my plugin some javascript resources :
<web-resource key="resources">
<resource type="download" name="jhelper.js" location="js/jhelper.js">
<property key="content-type" value="text/javascript; charset=UTF-8"/>
</resource>
<context>atl.general</context>
</web-resource>
It's working OK, but when I am logged out, I see in console bug HTTP 401
(becouse my script using REST)
How can I can it only for logged users ?
Regards
Mik
http://docs.atlassian.com/jira/REST/latest/
i think public only content needs no authentication...everything else does...depending on your setup.
pls. correct me if i am wrong
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.