I am trying to make a connect app which is supposed to make some post calls to api of a Jira Cloud instance. The response I get is "XSRF check failed"
I know this is a known issue, but the answers available in the previous questions are of no help in my case.
The other answers I found regarding the same issues suggest setting User-Agent, Origin or X-Atlassian-Token headers. The browser does not allow me to set User-Agent or Origin, while setting the X-Atlassian-Token header to nocheck makes no difference.