in reply to Re^4: Question using HTTP::Request::Common
in thread Question using HTTP::Request::Common

Can the user reach server2? If so, rewrite the response so that relative urls point there. It should be enough to add a <base href="http://server2/" /> to the head section.

Replies are listed 'Best First'.
Re^6: Question using HTTP::Request::Common
by Becker (Initiate) on Mar 29, 2007 at 19:22 UTC
    Yes, the user can reach server2.

    But I think I don't understand your idea.

    Can you show me how would the script be?

    Thanks.