[thelist] Worried...please help

Steve Cook steve.cook at evitbe.com
Tue Jun 17 09:16:43 CDT 2003


You could check that the information being submitted to your application only comes from forms located on your server. Depending upon which scripting language you're using on the server there are different ways of doing this, but in ASP for instance you would do something like the following:

if Request.ServerVariables("LOCAL_ADDR") <> strYourIPNumber then
	'Return with an error
end if

.steve


-------------------------------------
 Cookstour - http://www.cookstour.org
------------------------------------- 


More information about the thelist mailing list