Provide the URL of your hub below. Once you do so, a sample blog will be generated that points to your hub, and this test will attempt to subscribe to updates about the blog from your hub.
Make sure your hub allows subscriptions for this domain. (Some hubs will require registration before a new domain is allowed to use them.)
This test will check whether your hub can handle delivering content that is not HTML or XML. The content at the topic URL of this test is JSON.
The raw response from the subscription request is below
Waiting for subscription to be confirmed
Now that websub.rocks is subscribed to your hub, we can test the delivery of the WebSub notification.
Since you entered your own topic URL, you should now create a new post at that topic and trigger your hub to deliver notifications to all subscribers.
When this subscriber receives a notification, you will see the results below.
Now that websub.rocks is subscribed to your hub, we can test the delivery of the WebSub notification.
Click the button below to create a new post at the test topic URL. This will send a POST request to your hub notifying that there is new content.
The POST request will contain the following parameters:
hub.mode=publish
hub.topic=<the topic URL for this test>
Upon receiving this request, the hub should fetch the topic URL, and deliver the contents to the subscriber.