Hi there,
We are facing a problem when we try to enter on the portal via reverse proxy, using the ISA Server. We have https to access to ISA and after this we have http to the web dispatcher. We can enter on the portal and execute all the scenarios, but the function in javascript always refers the http protocol and the port 443, like the follow example:
We use the url https://name.domain.com/irj/portal> to enter on the portal via external access.
<!--
EPCM.relaxDocumentDomain();
EPCM.init( {
Version:7.00001113,
Level:1,
PortalVersion:"7.00.200705080819",
DynamicTop:false, // [service=true nestedWinOnAlias=false]
UAType:1, // [MSIE]
UAVersion:6.0,
UAPlatform:1, // [Win]
UIPMode:"1", // [Default=1, User=0, Personalize=true]
UIPWinFeatures:"",
UIPPortalPath:"<b>http://name.domain.com:443</b>/irj/portal",
UIPPopupComp:"/irj/servlet/prt/portal/prtroot/com.sap.portal.epcf.admin.WorkProtectPopup",
UIPPopupCompSize:"dialogWidth:450px; dialogHeight:200px; status:no",
UIPPopupMsgNN:"",
DBGException:false
} );
function SAPCLT_SessInfo() {
this.protocolVersion = "1.0";
this.sessUrl = "<b>http://name.domain.com:443</b>/sap(bD1wdCZjPTAxMCZkPW1pbRU)/bc/bsp/sap/aplication/index.htm";
this.GUSID = "SID:ANON:TPJS0455_P01_02:U7mFrKmUOBG6WE2mVNEQTEKwda7mzQN12ALncLJd-ATT";
this.lastSessCmd = "";
this.redirectURL = "";
this.dTimeout = "300 ";
}
The follow parameters were be already add to the web dispatcher profile:
wdisp/add_clientprotocol_header = 1
wdisp/handle_webdisp_ap_header = 1
Any Ideas?
Thanks & Regards,
Jorge Neves