We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
POST http://myserver/ws/myapi/v1 HTTP/1.1 Content-Type:application/json Accept:application/json Company-Bu-Code:010 TEST:010 { "messasge": "0000010001" }
Problem, the specifics headers are send in lower case: Company-Bu-Code => company-bu-code TEST => test
The text was updated successfully, but these errors were encountered:
5c45964
@lebretr thanks so much, and this fix will be deployed in next release. 😄
Sorry, something went wrong.
@lebretr you can try the latest version 0.8.4 now, thanks
It's OK.
Thanks
This bug has reappeared in v0.25.1 @Huachao
No branches or pull requests
Steps to Reproduce:
exemple:
Problem, the specifics headers are send in lower case:
Company-Bu-Code => company-bu-code
TEST => test
The text was updated successfully, but these errors were encountered: