cancel
Showing results for 
Search instead for 
Did you mean: 

StyleSheet URL - How to modify it?

Former Member
0 Kudos

Hello Gurus,

I am experiencing a problem where not everything in the WebDynpro is loading. The issue appears to be that the WebDynpro is looking for the wrong URL for the StyleSheet.

For example the source code from the WebDynpro shows:

<link rel="stylesheet" type="text/css" href="http://myportal.mycompany.com:80/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow/ur/ur_ie6.css?6.0.22.0.0">

The part in Bold is wrong. It should be: https://myportal.mycompany.com

Does anyone know how to or where to make the change for the URL.

Thanks in advance for your help,

Steven

Accepted Solutions (1)

Accepted Solutions (1)

hofmann
Active Contributor
0 Kudos

Hi,

are you running your portal behind a reverse proxy? If so, it looks like the portal get's the request in HTTP and therefore creating the URL for HTTP and not for HTTPS. Configure your reverse proxy to do also a reverse mapping.

br,

Tobias

Former Member
0 Kudos

Tobias,

Thank you for your reply. We are running the protal behind a Web Dispatcher which which is behind a device called a Netcontinuum.

We are trying to create the following SSL scenario:

[internet] -


HTTPS----> Netcontinuum -


HTTP--> WebDispatcher -
HTTP
--> Web AS

Any suggestions on configuing the reverse mapping? Should this be done in the Web Dispatcher or somewhere else?

Regards,

Steven

hofmann
Active Contributor
0 Kudos

Hi,

the reverse mapping should be done by Netcontinuum. The Web Dispatcher isn't a full reverse proxy, so you can't use it to rewrite the answers from the portal. If Netcontinuum can't rewrite the protocol back to HTTPS, you could take a look into Apache as a reverse proxy. It offers some more filtering and rewriting choices.

br,

Tobias

Answers (0)