Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
I'm having trouble with the URLs being generated for XMLHttpRequests behind a reverse proxy. The URLs generated have the http scheme instead of https.
I believe this could be solved by changing the URL to be relative instead of absolute.
public String getApiBaseUrl() { return Jenkins.getInstance().getRootUrlFromRequest() + getViewUrl(); }
See attached screen caps demonstrating the behavior I'm seeing.
Attachments
Issue Links
- is related to
-
JENKINS-24168 Delivery Pipeline view is not displayed in Firefox 23
-
- Closed
-
Hi Patrik,
I'm using 0.8.3 and using firefox 31.0 and I've the same issue and I'm getting this:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://<server>/view/<somename>%20pipeline/api/json?_=1408001180386. This can be fixed by moving the resource to the same domain or enabling CORS.