No they won't - the browser will strip the URL seen from its perspective
back to the host and add the path. On the scheme Jona describes, where the
host the browser sees is 'gateway_server', that would then be retranslated
by the proxy into a request for the document 'myfile.html' on the intranet
host 'path' -  the correct intranet host would be lost.

James

-----Original Message-----
From: Leslie Mikesell [mailto:[EMAIL PROTECTED]]
Sent: 05 April 2000 16:19
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: external access to intranet


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