asielb / fuzzops

Automatically exported from code.google.com/p/fuzzops
0 stars 1 forks source link

GET Requests may evade enumeration in Applications #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
GET requests may not be enumerated correctly in Applications due to methods 
used to create test cases. If an application uses POST it will modularize the 
request and its parameters. If GET is used, it would not know how to handle 
this.

Original issue reported on code.google.com by skyler.o...@gmail.com on 21 Sep 2010 at 9:48