We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The URL in the get call that the hub uses to verify the subscriber is incorrect according to the standard. This is what is should be: http://localhost:1337/?hub.challenge=cab1e01cd13646e5a787e7b2d5d860e1&hub.callback=http%3a%2f%2flocalhost%3a1337%2f&hub.mode=subscribe&hub.topic=5000-2&hub.events=System.String%5b%5d
Also, the link for http://localhost:5001/client actually opens http://localhost:50001/client.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The URL in the get call that the hub uses to verify the subscriber is incorrect according to the standard. This is what is should be:
http://localhost:1337/?hub.challenge=cab1e01cd13646e5a787e7b2d5d860e1&hub.callback=http%3a%2f%2flocalhost%3a1337%2f&hub.mode=subscribe&hub.topic=5000-2&hub.events=System.String%5b%5d
Also, the link for http://localhost:5001/client actually opens http://localhost:50001/client.
The text was updated successfully, but these errors were encountered: