On Fri, 23 Jan 2004 [EMAIL PROTECTED] wrote: > The login page to the backend server got proxyed correctly, but after logon > the return traffic to the client contained frames with links to > 'http://backend.foo.com:8015'.
Then you need to fix your application to use relative links. Absolue paths is also OK. Regards Henrik
