-
Bug
-
Resolution: Answered
-
Low
-
None
-
5.10.0
I've installed confluence by using the docker container. For some reason firefox doesn't send an Origin HTTP header when invoking POST /rest/webResources/1.0/resources.
Even when I try to add this header manually and resend the request, firefox is filtering this header, which results in a 403 response from the confluence server.
Versions:
- Docker 1.11.2
- Confluence 5.10.0 (https://hub.docker.com/r/atlassian/confluence-server)
- Firefox 47.0
I'm actually not sure if this is an CORS or a XSRF problem. I've found this kb article, which matches the behavior of my confluence installation, but there is no <meta name="referrer" content="none"> entry to remove, so it doesn't help.