I want to use JIRA project get API in my angular14 project. But Every time I tried to implement this in my angular application and fetch data through JIRA Project REST API I faced CORS policy error. I am sharing the Screenshot. Can you please help me to resolve this and how I will get data in my angular application. Thanks
The error you see is because of the browsers CORS policy. It's a security measure you can't circumvent in a browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.