aliozgur / SeqApps

MIT License
7 stars 5 forks source link

User agent header prevents issue creation in Jira 7.3 #5

Closed wwwlicious closed 5 years ago

wwwlicious commented 7 years ago

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)