yawast icon indicating copy to clipboard operation
yawast copied to clipboard

Check PUT / TRACK / SEARCH

Open adamcaudill opened this issue 9 years ago • 0 comments

Add checks for the PUT / TRACK / SEARCH HTTP verbs.

Note from RB (requestor):

PUT will probably be tricky to do safely honestly. The best way I can think is to do a 2-step test. The first would be a PUT with no body to see if the server returns a 417 Length Required, and then do a PUT to /test.html with test in the body to see if the page is created

adamcaudill avatar Mar 10 '17 19:03 adamcaudill