Example transparent path junction

Create a transparent path junction (/docs) to the back-end server backend_host.myco.com:

After a client request for a back-end resource is made (via the WebSEAL proxy server), a response page is returned from backend_host.myco.com containing the following link (URL) in the HTML of that page:

WebSEAL's standard filtering mechanism for junctions parses the HTML in the response page and modifies this link by changing the original absolute expression of the URL to a server-relative expression. However, the path is not filtered, because this is a transparent path junction (-x). Link as it now appears to the user:

If rewrite-absolute-with-absolute was set to "yes", the link would appear as:

Now the user clicks the link to access the back-end resource (readme.html).

The portion of the URL representing the junction name (/docs) is recognized by WebSEAL as associated with the /docs subdirectory on the back-end server, backend_host.myco.com. As a conclusion to the example, WebSEAL successfully locates the resource at:

Some benefits of transparent path junctions include:

Parent topic: Transparent path junctions