Issue Type: Bug Bug
Assignee: Patrik Boström
Attachments: Screen Shot 2014-07-29 at 9.45.24 AM.png, Screen Shot 2014-07-29 at 9.49.12 AM.png
Components: delivery-pipeline
Created: 29/Jul/14 4:50 PM
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.

Project: Jenkins
Priority: Major Major
Reporter: Josh Hansen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to