You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched existing issues and found nothing related to my issue.
Describe the bug
I have a variable on the header key, used to be called header name, and when sending the request, I get the following error: Error invoking remote method 'send-http-request': TypeError [ERR_INVALID_HTTP_TOKEN]: Header name must be a valid HTTP token ["{{keyheader}}"]
If I replace the variable with the actual value, it works. This was working on the previous version, 1.38.1
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting, I wasn't able to reproduce the issue as you can see below. Can you check if the issue persists with other requests as well? Thanks!
This happens with every request I try.
Without variable
With variable
I only changed the key for the variable that has the same value. I tried almost all types of variable as well, global, environment, collection and same result
I have checked the following:
Describe the bug
I have a variable on the header key, used to be called header name, and when sending the request, I get the following error: Error invoking remote method 'send-http-request': TypeError [ERR_INVALID_HTTP_TOKEN]: Header name must be a valid HTTP token ["{{keyheader}}"]
If I replace the variable with the actual value, it works. This was working on the previous version, 1.38.1
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: