Hi there - I'd like to support the cloud element over http-post.
Given an rss feed like: https://rss.firesky.tv/?filter=quake
<rss version="2.0" xmlns:source="http://source.scripting.com/">
<channel>
...
<cloud domain="rss.firesky.tv" port="443" path="/rss-cloud-notify" registerProcedure="" protocol="http-post" />
I'll just be using the web standard fetch api on the server side.
It would help to see:
- an example HTTP request/response incoming subscription call from clients
- an example HTTP request/response outgoing notification call to notify clients (guessing something like this?)
HTTP method/url/headers/bodies/status should be enough.
Thanks!
- John
Hi there - I'd like to support the cloud element over http-post.
Given an rss feed like: https://rss.firesky.tv/?filter=quake
I'll just be using the web standard
fetchapi on the server side.It would help to see:
HTTP method/url/headers/bodies/status should be enough.
Thanks!
- John