DaRealFreak / cloudflare-bp-go

round tripper for Go's http library to avoid getting a CloudFlare challenge on the first request
MIT License
58 stars 11 forks source link

Question: Would this be available for web sockets in the future? #3

Open zLeki opened 2 years ago

zLeki commented 2 years ago

Hi there. A site I'm trying to webscrape with this package uses a WebSocket connection. In the future if possible would you guys consider adding WebSocket support. Preferably for gorilla WebSocket package

acfasj commented 4 months ago

hey @zLeki have you done that? I face the same problem

zLeki commented 4 months ago

the only thing close to that, that i have done is using zenrows then embedding json with code that handles the websocket stuff then returns the page with the necessary content i need.