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

SSE - Header environment variable is not evaluate before request #7709

Closed
1 task done
fmeriaux opened this issue Jul 12, 2024 · 2 comments
Closed
1 task done

SSE - Header environment variable is not evaluate before request #7709

fmeriaux opened this issue Jul 12, 2024 · 2 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@fmeriaux
Copy link

Expected Behavior

When we set an environment variable (e.g api-key) and we use it in header section on a SSE request, the value of variable should be used in the request header.

Actual Behavior

The header is present but with the {{ _.variable_name }} as a value, instead of the real value

Reproduction Steps

Create an environment variable with some value
Use this variable as header on a SSE request
Send request and check the timeline - the variable value is not evaluated

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

9.3.2

What operating system are you using?

macOS

Operating System Version

14.5

Installation method

download from inso

Last Known Working Insomnia version

No response

@fmeriaux fmeriaux added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Jul 12, 2024
@gatzjames
Copy link
Contributor

Thanks for the feedback @fmeriaux. This is now fixed in the latest beta and will be released in the coming patch version!

@LucaVazz
Copy link

LucaVazz commented Oct 3, 2024

Hey @gatzjames, unfortunately this problem is appearing again :/

image

Version: Insomnia 10.0.0
Build date: 9.9.2024
OS: Windows_NT x64 10.0.19045
Electron: 31.4.0
Node: 20.16.0
Node ABI: 125
V8: 12.6.228.30-electron.0
Architecture: x64

Could you please look into this issue again?

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

3 participants