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
When using variables in headers or path variables in an SSE request, these are not evaluated before sending a request.
I expect that they are evaluated before the request is made.
This has been happening for quite some time and was never properly fixed. Unfortunately this forces me to put actual tokens has hardcoded values in my headers.
Expected Behavior
When using variables in headers or path variables in an SSE request, these are not evaluated before sending a request.
I expect that they are evaluated before the request is made.
This has been happening for quite some time and was never properly fixed. Unfortunately this forces me to put actual tokens has hardcoded values in my headers.
See #7709
Actual Behavior
things like
{{_.token}}
are sent verbatim to the server. Same for path variables such as:caseId
.Reproduction Steps
No response
Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
10.3.0
What operating system are you using?
macOS
Operating System Version
15.2
Installation method
downloaded directly
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: