How to Redirect a Request in Oracle iPlanet Web Server and Still Preserve the Original URL in the Browser?
(Doc ID 1380267.1)
Last updated on JUNE 20, 2024
Applies to:
Oracle iPlanet Web Server - Version 7.0 and laterInformation in this document applies to any platform.
Goal
The user requirement is to preserve the original URL on the browser even after redirecting. The redirect should happen in the background and the browser should show the same URL. When you use the 'redirect' Server Application Function (SAF), you are asking the Web Server to respond to the initial request by asking the browser to request again at the new URL. In this case, browser and user will be aware of the new URI. So the "redirect" SAF is not suitable for this requirement.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |