Have multiple domains sharing an online poll. I want to check the referer to make sure the submssion is coming from one of our domains.
Tried:
<%If Request.ServerVariables("HTTP_Referer"
Not Like "%mydomain.com%" Then Response.End %>
Using VBscript, want to check for partial domain match. Hope you can see what I'm trying to do.
TIA for any help,
Mitch
Tried:
<%If Request.ServerVariables("HTTP_Referer"
Using VBscript, want to check for partial domain match. Hope you can see what I'm trying to do.
TIA for any help,
Mitch