Server sent events UI doesn't come up when the content-type of the response is text/event-stream; charset=utf-8
#11753
Labels
text/event-stream; charset=utf-8
#11753
Is there an existing issue for this?
Describe the Issue
Hey guys,
Thank you for adding support for SSE in Postman! I have started using it and have found an issue that I think might be related to this line of code (I might be wrong) -
https://github.com/postmanlabs/postman-runtime/blob/b7c94a069771d99e432398165eb259eb4d17cd77/lib/requester/requester.js#L365
The event list UI doesn't show up in the case when
content-type
has the valuetext/event-stream; charset=utf-8
Maybe using
.startsWith
would fix this?Steps To Reproduce
text/event-stream; charset=utf-8
Screenshots or Videos
After appending
charset=utf-8
Without appending
charset=utf-8
Operating System
Windows
Postman Version
10.10.7
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: