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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -