Hi;
I want to access/read the content of a fisheye raw file using an external javascript which runs inside a confluence page so i can give code samples in my documentation.
While I can access the raw file using the browser, it can not be read inside the js. Do you know why?
I've tried my js script by serving a file from an external apache instance and it works. Where as it can not read the raw file that is served by fisheye.
I've thought it could be an issue with CORS support but i can not be able to find how to enable CORS in fisheye / crucible. Any helps are highly appreciated.
Please consider following while answering this question:
Hi Metan,
What you're seeing is probably due to lack of CORS support. Unfortunately there is no way to enable CORS in FishEye/Crucible. One way you could work around the lack of CORS is to configure an Apahce (or similar) reverse proxy to serve Confluence and FishEye from the same host/port (with separate context paths)
Kind Regards,
Richard Stephens
Hi Metan,
To work around the lack of CORS, the Confluence instance would need to be accessing a Fisheye instance on the same host and port. So yes - you would need to proxy both Fisheye and Confluence from the same apache instance.
An alternative approach often implemented by plugin developers (including plugins developed within Atlassian) is to add a servlet or REST endpoint to your Confluence plugin that proxies the request to Fisheye.
Kind Regards,
Richard Stephens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.