mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 11:55:50 +03:00
[GH-ISSUE #62] Not Websocket protocol #336
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#336
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gugansankar on GitHub (Apr 13, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/62
When I hit this url in browser, getting "Not Websokcet Protocol" [ http://172.20.1.10:8053/monitor]. But this page is working [ http://172.20.1.10:8053/status].
Please help me on this.
@abh commented on GitHub (Apr 13, 2015):
The /monitor url is a websocket endpoint so you need to connect with the websocket protocol.
@gugansankar commented on GitHub (Apr 15, 2015):
Thanks