insomnia
insomnia copied to clipboard
SSE requests don't include parent headers from folder
Expected Behavior
When an SSE request inside a folder with headers is executed, the headers from the parent folder should be included in the request.
Actual Behavior
When an SSE request inside a folder with headers is executed, the headers from the parent folder are not included in the request.
Reproduction Steps
- Create a folder
- Add a custom header to it
- Create a standard GET and an SSE request in the folder
- Send each request
- Observe that the standard GET request includes the header from the folder
- Observe that the SSE request does not include the header in the folder
Is there an existing issue for this?
- [x] I have searched the issue tracker for this problem.
Which sync method do you use?
- [ ] Git sync.
- [ ] Insomnia Cloud sync.
- [x] Local only
Additional Information
May or may not be related to https://github.com/Kong/insomnia/issues/8340. Interestingly enough, authorization that is set on a folder (via the Auth tab, not a direct header) is included in the SSE request.
Insomnia Version
11.1.0
What operating system are you using?
Windows
Operating System Version
Windows_NT x64 10.0.26100
Installation method
Downloaded from Insomnia.rest, updated by the client
Last Known Working Insomnia version
No response