cancel
Showing results for 
Search instead for 
Did you mean: 

Portal 7.0 – Reverse Proxy http javascript error

Former Member
0 Kudos

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 <b>https://name.domain.com/irj/portal</b> 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><a href="http://name.domain.com:443" TARGET="test_blank">http://name.domain.com:443</a></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><a href="http://name.domain.com:443" TARGET="test_blank">http://name.domain.com:443</a></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

Accepted Solutions (0)

Answers (1)

Answers (1)

tombo_larsen
Active Participant
0 Kudos

Hi

Please try to set the following parameter (if not set):

wdisp/add_client_protocol_header=true

on the SAP Web Dispatcher side and see if it helps.

BR

Tom Bo