Welcome to MSDN Blogs Sign in | Join | Help

Trusting IP Addresses

How do I find the address of a client connection to make a trust decision?

Don't base security decisions on the perceived client address. Any address that we have comes from the underlying socket implementation and could be spoofed. The data that the socket has is sourced by the client. You should be using a source of information that has a verification process that the server trusts, such as a certificate, to distinguish clients.

Next time: Reader Trends

Published Thursday, July 24, 2008 5:00 AM by Nicholas Allen

Comments

Friday, July 25, 2008 12:46 PM by Nicholas Allen's Indigo Blog

# Help with Security Programming

Security programming today tends to contain large amount of plumbing code to handle the modeling, management,

New Comments to this post are disabled
 
Page view tracker