LordyLordy
Technical User
Hi,
I'm using a form mail script to send a mail off from an asp page.
I have a html form on the asp page with 3 fields which use vb script to automatically insert information from the previour page using the URL line .asp?fullname=paul. That sort of thing.
On the form mail program I have a http referer checker, which checks that the script can only be used from the page the form was submitted from. The problem is that the URL will be changing all the time depending on what information is being sent through to the form in the first place. Hence the URL referer changes, it gives me the error of bad referer.
So at the end of the referer line, does CGI have any wildcards like .* that I can use?
thanks
I'm using a form mail script to send a mail off from an asp page.
I have a html form on the asp page with 3 fields which use vb script to automatically insert information from the previour page using the URL line .asp?fullname=paul. That sort of thing.
On the form mail program I have a http referer checker, which checks that the script can only be used from the page the form was submitted from. The problem is that the URL will be changing all the time depending on what information is being sent through to the form in the first place. Hence the URL referer changes, it gives me the error of bad referer.
So at the end of the referer line, does CGI have any wildcards like .* that I can use?
thanks