A Firefox add-on That allows you to edit, debug, and monitor CSS, HTML, and JavaScript live in any web page while browsing.
2
votes
5answers
1k views
Testing for HTTP TRACE method
How can I test for HTTP TRACE on my web-server?
I need to train a Tester how to verify that the HTTP TRACE method is disabled.
Ideally I need a script to paste into Firebug to initiate a https ...