How can you test Http header injection in your application? I want to see what is the diff after adding enableheader=false in config and before in my application.
Framework .NET 2.0
Language C#
Platform: Windows XP
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can manually test it by inspecting the header request/response with a tool such as Fiddler (an article about how to use it here), or using a Firefox add-on like Firebug or Live HTTP Headers.