How to reade header value when i send request to server?
How to reade header value when i send request to server in ASP .NET
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rodrigo BeretaPosted Apr 16, 2013, 7:29 AM
If you want only see values, you can use a tool like Firebug, but if you want to get values in aspnet, you create a object of type NameValue Collection and attribute the value base.Request.Headers.
Regards.