You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
i tried to test the API "IsAPIAlive" it fails with error code 503.
but if i use the chrome browser to access the url directly on the same machine and it works.
for example:https://socket.bittrex.com/signalr/ping?_=1517272050
did i miss something?
The text was updated successfully, but these errors were encountered:
@tylorzhou@saniales Bittrex added cloudflare ddos protection a while ago... even to their socket endpoints. Without a mechanism to negotiate that on socket connection, not gonna be able to connect.
I'd bet if you cleared your cookies in chrome, and then tried navigating to your link, you'd get the cloudflare page.
@saniales In general that is correct, but I guaruntee that if you inspected the []byte value of the response body in this case, you'd see the html for the cloudflare ddos protection page.
i tried to test the API "IsAPIAlive" it fails with error code 503.
but if i use the chrome browser to access the url directly on the same machine and it works.
for example:https://socket.bittrex.com/signalr/ping?_=1517272050
did i miss something?
The text was updated successfully, but these errors were encountered: