Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

IsAPIAlive #37

Open
tylorzhou opened this issue Jan 30, 2018 · 4 comments
Open

IsAPIAlive #37

tylorzhou opened this issue Jan 30, 2018 · 4 comments
Assignees
Labels

Comments

@tylorzhou
Copy link

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?

@saniales saniales added the bug label Feb 12, 2018
@saniales saniales self-assigned this Feb 12, 2018
@Code-exE-Software
Copy link

Code-exE-Software commented Feb 19, 2018

@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
Copy link
Contributor

Brief explanation of 503 error is here

@Code-exE-Software
Copy link

@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.

@saniales
Copy link
Contributor

@technicalviking thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants