Form parameters added to query string when using SRD >= 1.1.1
psamsotha opened this issue · 0 comments
psamsotha commented
$ curl 'http://localhost:8080/test/post-form?a=alpha&b=bravo' -i -X POST -H
'Content-Type: application/x-www-form-urlencoded'
-d 'a=alpha&b=bravo'
Here, the form parameters are being added to both the body and query string