Hi,

On Fri, Jul 27, 2001, Bob Showalter wrote:
> > From: Rich Fernandez [mailto:[EMAIL PROTECTED]] 

> > I've been asked to write a CGI script that takes a URL of the form:
[...]
> > In other words, we want to hide the true URL of the report from the
> browser.
[...]
> 3. to send the browser somewhere else, use the redirect method:
> 
>    print $q->redirect('http://wherever.you/want/them/to/go');

I'm afraid it won't "hide the true URL", but just tell the client's browser
to go there, and the client will be able to bookmark/ come back later/ know
which is the "true" url.

Maybe what you want to do is open the "real file" (after converting the
input path to the real file name with greatest care :-) ) and output it 
(with correpsonding "Content-type:" )


-- 
Damien
        You can tune a piano, but you can't tuna fish.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to