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

Variables and path parameters are not considered for SSE #8340

Open
1 of 4 tasks
Ziao opened this issue Feb 6, 2025 · 0 comments
Open
1 of 4 tasks

Variables and path parameters are not considered for SSE #8340

Ziao opened this issue Feb 6, 2025 · 0 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@Ziao
Copy link

Ziao commented Feb 6, 2025

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?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

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

@Ziao Ziao added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

1 participant