aliozgur/SeqApps

User agent header prevents issue creation in Jira 7.3

wwwlicious opened this issue · 0 comments

The jira rest api is returning a 403 forbidden error with the content

XSRF check failed

After some digging I found that by removing the User-Agent request header, the issue is created. It looks like the user-agent is preventing issues from being creating (in Jira 7.3 at least)