Describe the bug
I have an SSE endpoint on my server that I am trying to setup in Thunder Client. It works fine as a standard POST request, but when I create an Event Stream Request for it, the response tab remains empty and no data ever shows up.
To Reproduce
Create an Event Stream Request type request and click "Connect". No data shows up. I have verified that my endpoint is returning valid data:
- ✅
content-type: text/event-stream; charset=utf-8
- ✅ Events are framed with
data: ...\n
- ✅ Running latest version of Thunder Client v2.41.0
Expected behavior
Events should show up in responses view as they are sent.
Platform:
- OS: MacOS Tahoe 26.5.1
- vscode version: 1.127.0
- node version: 23.7.0
- extension version: 2.41.0
Describe the bug
I have an SSE endpoint on my server that I am trying to setup in Thunder Client. It works fine as a standard POST request, but when I create an Event Stream Request for it, the response tab remains empty and no data ever shows up.
To Reproduce
Create an Event Stream Request type request and click "Connect". No data shows up. I have verified that my endpoint is returning valid data:
content-type: text/event-stream; charset=utf-8data: ...\nExpected behavior
Events should show up in responses view as they are sent.
Platform: