I have to make a request to the Jira sever, i have used angular Js and html. I am getting the following error
XMLHttpRequest cannot load https://jira.atlassian.com/rest/api/2/project. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
I cant change any server settings. How can i enable Access-Control-Allow-Origin.
I have added SimpleCORSFilter.java file. Still problem is not solved.
When i just take the URL, Json response is dispalyed. when called the URL using Angular JS above error is showing up.
Thanks in advance.