According to [Jonas Nordstr_m]:
> But doesn't that only pass on the request and then return the HTML-files
> unchanged? I also want to change the links inside the HTML-bodies on the
> fly, so that the users can continue to "surf the intranet". For example, if
> the HTML contains "<A HREF="path/my_file.html">" I want to change that to 
> "<A HREF="https://gateway_server/intranet_host/path/myfile.html>"

Relative links like that will work correctly without any changes
because the browser supplies the current protocol/path from
its perspective.  Absolute links that start with a / or
http: will be broken, though.

   Les Mikesell
    [EMAIL PROTECTED]

Reply via email to