How to get all Http Headers

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

hi

In my application i allow user to send mail. now for security perpose
when any user send mail using application i want to store all the http
headers of the user so that i can track the user, means from which IP
mail was sent and other such information. so how i can get all the http
header and other use full information to get users' location identity.

If any one has solution let me know

thanks
 
Hello, Max!

M> In my application i allow user to send mail.

How they're sending mail? Do they use SmtpMail or SmtpClient?

M> now for security perpose when any user send mail using application i
M> want to store all the http headers of the user so that i can track the
M> user, means from which IP mail was sent and other such information. so
M> how i can get all the http header and other use full information to get
M> users' location identity.

Can you be more specific how e-mails gets HTTP headers?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top