Closed Leonardo-Ferreira closed 1 year ago
-H "Content-Type : application/json; charset=utf-8" -H "X-JWT-Assertion : a very long JWT here"
You have extra spaces after Content-Type
and X-JWT-Assertion
. Pretty sure this is why server is rejecting your request.
If this is not the case, please paste full output from bombardier
and your server's log, if you re-open this issue.
executing this I get a 400...
if I copy/paste these values to postman, it works as expected...