Description
Xporter should be able to allow the Daemon process to perform REST API calls.
Since Xporter implemented CSRF validation, users are not allowed to perform REST API calls due to the XporterCsrfToken.
Steps to reproduce the error:
- Install the latest version of Xporter
- Try to perform the following REST API call
jiraxporter/1.0/schemes/ {id}/projects
body:
{"projects":[24161]}
Error:
HTTP/1.1 403 Forbidden {"title":"Error!","body":"User has no permissions to access to this resource."} Â