even after white listing the domain from which I am sending a request, Confluence rest api is still giving the CORS error in the browser. Can anyone please help me with this?
Did anyone come across this issue before?
Please, make sure you are following https://developer.atlassian.com/cloud/confluence/rest/#using documentation in which comments on the need of X-Atlassian-Token: no-check in the header.
Special headers:
X-Atlassian-Token: no-check request header must be specified for methods that are protected from Cross Site Request Forgery (XSRF/CSRF) attacks. This is stated in the method description, if required. For more information, see this KB article.
Kind regards,
Rafael
Thank you for the reply.
This special header is for request sent through server side programming languages or command-line. but i am trying to send a request from a third party website through java-script code. please let me know if there is a way to achieve this without the CORS error.
Thank you.
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.
Be aware, per the article, X-Atlassian-Token: no-check is only for command line tools. You cannot pass this header with Javascript.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.