Jump to content
Xtreme .Net Talk

Does clientside have access to: Request.ServerVariables("REMOTE_ADDR").ToString() var


Recommended Posts

Posted

Does clientside have access to: Request.ServerVariables("REMOTE_ADDR").ToString() var

 

I have a web application that grabs data via:

 

Request.ServerVariables("REMOTE_ADDR").ToString()

and

Request.ServerVariables("SERVER_PORT")

 

And possibly some other request.servervariables

 

 

Is it possible for a hacker"" to put crap into those?

 

Aka, should I sanatize those results?

 

Also.. can people spoof Request.ServerVariables("REMOTE_ADDR")? because it is looking so in my logs.. or maybe I didn't implement them right??

 

thanks

Lee

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...