alice7
alice7

Reputation: 3884

Http header injection test

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

Upvotes: 1

Views: 4170

Answers (1)

Alconja
Alconja

Reputation: 14873

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.

Upvotes: 2

Related Questions