Comment 1 for bug 1172537

Revision history for this message
Maru Newby (maru) wrote :

I'm guessing there should be a limit on the size of the query that quantumclient supports, but is the query actually being transmitted as a GET request? Or is that just an artifact of the debug output? POST would seem the more obvious choice for making a request of non-trivial size, but even then the server needs to limit the size of the request it accepts to limit the potential for DOS attacks.