sahaya / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Allow for no-value parameters #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have to send GET call with delete parameter but no value set like
this:

https://mylab.company.com/test/11/a7d279dc-861f-4cc6/network/cefae7a4-4a69-11e0?
delete

And I am getting the following exception:
Illegal parameters passed to REST Assured. Parameters was: [delete].

Make sure that you can also send no-value form parameters.

Original issue reported on code.google.com by johan.ha...@gmail.com on 12 Jan 2012 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 17 Jan 2012 at 10:05

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 21 Jan 2012 at 3:43

GoogleCodeExporter commented 9 years ago
what is the solution for this problem of sending empty parameter

Original comment by akiran...@gmail.com on 18 Jun 2013 at 9:17

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/rest-assured/wiki/Usage#No-value_parameter

Original comment by johan.ha...@gmail.com on 18 Jun 2013 at 9:23