Hello Gurus.
Looking for some help.
We need to run SAP Web Dispatcher to forward requests from public internet, to our internal server. That's fine when it's an SAP server, but we want to access a web-based Business Objects server.
When I use icm/HTTP/redirect_0 pointing to the destination, it's a URL redirect and thus will not work from public internet. Works fine when on VPN.
Can Dispatcher forward (rather than redirect) to another URL? Such as:
http://publicserver.com:8101/BusinessObjects
to
http://internalserver.localdomain:8080/BOE/BI
If so, how is this configured? Thank you