-
Notifications
You must be signed in to change notification settings - Fork 445
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
Headers missing in Request #465
Comments
@swiffer I have partially fixed the issue that user-provided |
@swiffer I have fixed this issue in the latest version 0.23.1 and you can verify it. |
Steps to Reproduce:
rest-client.defaultHeaders
The request is getting executed without Headers added. Copy request as CURL is not adding the Headers from config. Headers defined in .http Request are applied to Copy request as CURL but not when sending the request. However the history is showing the requests with headers applied.
The text was updated successfully, but these errors were encountered: