It would be possible to fetch a page using LWP from within a CGI script. 
You'd have to parse the HTML and rewrite any IMG and HREF links to make 
sure that those links stay legal.

If you're using Apache, I would suggest that you look into mod_rewrite and 
mod_proxy. Mod_rewrite can do the 'URL masking' you want to do and with 
mod_proxy you can make pages from one server look like they came from 
another server.

On Fri, 1 Feb 2002 [EMAIL PROTECTED] wrote:

> Hello I am currently working on a perl/CGI script and was wondering if
> there is a way to mask a
> rediected URL with LWP::UserAgent.  I can't seem to find much information
> on how to mask URLs.
> 
> Please help.
> 
> Thanks,
> 
> Carlton
> 
> 

Reply via email to