node.bittrex.api icon indicating copy to clipboard operation
node.bittrex.api copied to clipboard

Can't make a call to WS/Signalr, 503, possible cloudflare issue?

Open ca1987 opened this issue 7 years ago • 2 comments

We are using C# HubConnection class and it does not allow us to make a call to wss://socket.bittrex.com/signalr

I tried connecting to there server and received following error:

InnerException = {"StatusCode: 503, ReasonPhrase: 'Service Temporarily Unavailable', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:\r\n{\r\n Transfer-Encoding: chunked\r\n Connection: close\r\n X-Frame-Options: SAMEORIGIN\r\n Expect-CT: max-age=604800, r...

I am relaying this for my programmer.

Could this be the same as n0mad01#67 (comment) ? Due to cloudflare, with a simple fix of connecting using cfscraper? Thank you.

ca1987 avatar Feb 14 '18 04:02 ca1987

Seems they are now protected by Cloudflare captcha

ksauyeung avatar Mar 29 '18 16:03 ksauyeung

What's the point of a socket if it is behind captcha? sockets are not gonna be accessed by humans anyway. So either it is beatable and then it is meaningless, or it isn't and the whole thing is meaningless.

ghost avatar Apr 19 '18 15:04 ghost