Open tylorzhou opened 6 years ago
@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.
@technicalviking thank you
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?