JavaScript is calling when user is logged out.

Mik January 1, 2013

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

1 answer

0 votes
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 1, 2013

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

Suggest an answer

Log in or Sign up to answer