Hello,
I want to receive data via SSE (Server-Sent Events).
Has anybody done that already in vvvv?
It should be simple, as it can be easily done with curl using the following command (placeholder url and key):
curl -H ‘x-api-key: apikey123455667’ sse.website.cloud/bla/blubb
I couldn’t get it done with the standard http nodes.
Any hints?
Thank you for your help.