Hi Experts,
I am calling rest api "https://something.com/EmpEmployment?xxxxx" form JIRA plugin using jquery. But i am getting Error"No 'Access-Control-Allow-Origin' header is present on the requested resource" in browser. If i disable security of browser then my api is working. Kindly help me how to resolve this JIRA.
$.ajax({ type: "GET", async: false, url: https://something.com/odata/v2/EmpEmployment?xxxxx, beforeSend: function(xhr){ xhr.setRequestHeader ("Authorization", "Basic " + btoa(user_name+'@'+tenant_id+":" + passwords)); }, success: function (data) { });
XMLHttpRequest cannot load https://something.com/EmpEmployment?$select=use…-05T23:59:59.999%27&$format=JSON&$orderby=personIdExternal&_=1491373787424. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://user:2990' is therefore not allowed access. The response had HTTP status code 401
We split our developer and user communities. You will probably have better luck with API questions on the The Atlassian Developer Community.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.