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
Post a Comment