Skip to content
New issue

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

upper case name headers are sended in lower case #39

Closed
lebretr opened this issue Sep 27, 2016 · 4 comments
Closed

upper case name headers are sended in lower case #39

lebretr opened this issue Sep 27, 2016 · 4 comments
Labels

Comments

@lebretr
Copy link

lebretr commented Sep 27, 2016

  • VSCode Version: 1.5.3
  • OS Version: Linux Mint 18
  • REST Client Version: 0.8.3

Steps to Reproduce:

  1. create a new rest message with specific headers with upper case
    exemple:
POST http://myserver/ws/myapi/v1 HTTP/1.1
Content-Type:application/json
Accept:application/json
Company-Bu-Code:010
TEST:010

{
  "messasge": "0000010001"
}
  1. send the message (ctrl+alt+R)

Problem, the specifics headers are send in lower case:
Company-Bu-Code => company-bu-code
TEST => test

@Huachao
Copy link
Owner

Huachao commented Sep 27, 2016

@lebretr thanks so much, and this fix will be deployed in next release. 😄

@Huachao Huachao added the bug label Sep 28, 2016
@Huachao
Copy link
Owner

Huachao commented Sep 28, 2016

@lebretr you can try the latest version 0.8.4 now, thanks

@lebretr
Copy link
Author

lebretr commented Sep 28, 2016

It's OK.

Thanks

@qiaoxingxing
Copy link

qiaoxingxing commented Jul 31, 2023

This bug has reappeared in v0.25.1 @Huachao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants