|
|
|
|
|
by mrcarrot
371 days ago
|
|
> The POST in the README is going to send the params in the request body "url form encoded" like a form in a web page. Is there a different POST request in the readme or are you saying that this example is going to send the "user" and "password" params in the request body? > POST https://example.org/login?user=toto&password=1234 That seems really surprising to me - how would you then send a POST request that includes query string parameters? The documentation on form parameters [1] suggests there's an explicit syntax for sending form-encoded request parameters [1]: https://hurl.dev/docs/request.html#form-parameters |
|
[1]: https://github.com/Orange-OpenSource/hurl/issues/4151