cancel
Showing results for 
Search instead for 
Did you mean: 

Public URL`s redirect to Portal Anonymous Users

0 Kudos

Hi everibody:

I need some help with EP. I have configured 3 named anonymous users in EP to display different content. I can access by te clasis URL http://<server>:<port>/irj/portal/anonymous?guestuser=XXXXX_. My probles is that i need to redirect a public URL (eg. http://mycompany.com) to the URL with the anonynous users.

Another problem that i have consists in the "web cache" when i access to the EP with an anonymous users and inside the Portal content i have a link that redirect to a different anonymous user. The content charged is the same in the browser, but i`m sure that it is different.

Tnks all.

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_mulvey
Employee
Employee
0 Kudos

Hi Carlos,

You need a proxy (webdispatcher) to enable to to rewrite the URL from http://<server>:<port>/irj/portal/ to http://mycompany.com

The link below will show you how to do this.

http://wiki.sdn.sap.com/wiki/display/BSP/Using+Proxies

This is a good starting point and it also has links to help you with your authorization problem

Michael

0 Kudos

Tnks for the answer Michael, i solve the problem with SAP Web Dispatcher as reverse proxy.