I'm trying to install a formmail asp. I need to define my site as the referer of the form information so that I can lock out any other sites that might try to use the formmail to send e-mails from my server.
The problem is that the script doesn't accept my site as valid, even though I have listed it as a referer. Could this be a server problem: is the search for the address being blocked somehow? Here is the line that initiates the search:
referer= GetHost(REquest.ServerVariables("HTTP_REFERER"
)
I have a windows 2000 server
-at wits end,
antyem
The problem is that the script doesn't accept my site as valid, even though I have listed it as a referer. Could this be a server problem: is the search for the address being blocked somehow? Here is the line that initiates the search:
referer= GetHost(REquest.ServerVariables("HTTP_REFERER"
I have a windows 2000 server
-at wits end,
antyem