How to resolve 'Cross Origin domain' issue without using 'CORS' chrome extension using Javascript to access JIRA REST API -


i've developed application access jira rest api. adding 'cors' chrome extension, i'm able data http://localhost:8000 enabling 'cors'

but application doesn't work without cors extension. can please let me know there way access rest api without 'cors' extension.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -