Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence Rest api cors error.

saivenkat thatikonda
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 25, 2019

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?

1 answer

0 votes
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2019

Hi @saivenkat thatikonda ,

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

saivenkat thatikonda
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 27, 2019

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.

Like # people like this
Rahul Jain August 23, 2022

@saivenkat thatikonda How did you resolve this issue?

Steve Suranie
Contributor
September 1, 2022

Be aware, per the article, X-Atlassian-Token: no-check is only for command line tools. You cannot pass this header with Javascript. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events