RE: [MacPerl-WebCGI] Fudging the "Location:" bar in the browser
[email protected] Sat, 17 Mar 2001 16:54:37 +0900
| Newsgroups | perl.macperl.webcgi |
|---|---|
| Message-ID | <v04011705b6d8c6c46f93@[211.132.154.123]> |
Pete Prodoehl <[email protected]>wrote >Well, if you like JavaScript, just add some code to display whatever you >want... though of course the browser might have javascript turned off, which if you're trying to hide the fact the url points to a CGI to stop your CGI from being misused just remember the kind of person who looks for CGI's to do evil things won't be fooled by a cosmetic method of protection. It's best not to depend on people's ignorance as far a security goes - if this is why your trying to hide the URL to the CGI - just make sure the CGI is armour plated and secure.