Bypassing a websocket that's protected by cf?

Meerakat

Elite Member
Joined
Sep 9, 2019
Messages
1,505
Reaction score
1,695
Is there a way to do it? I'm using websocket js but from web the websocket sends the following headers:

  1. alt-svc:
    h3=":443"; ma=86400
  2. CF-Cache-Status:
    DYNAMIC
  3. CF-RAY:
    812cd3ea38998926-LHR
  4. Connection:
    upgrade
  5. Date:
    Sun, 08 Oct 2023 07:56:31 GMT
  6. Sec-WebSocket-Accept:
    2Bcdjf2wQJ4TLJzfsuGb6X5wbt0=
  7. Server:
    cloudflare
  8. Upgrade:
    websocket

  9. uWebSockets:
    18

How can I send these headers client side? I've tried from browser and it works because it sends the desired headers
 
Maybe you can start testing using Postman API Testing. This is a free software where you can control every attributes of a request. That is the one I usually use to simulate the Front End requests, when testing the backend part.
 
Is there a way to do it? I'm using websocket js but from web the websocket sends the following headers:

  1. alt-svc:
    h3=":443"; ma=86400
  2. CF-Cache-Status:
    DYNAMIC
  3. CF-RAY:
    812cd3ea38998926-LHR
  4. Connection:
    upgrade
  5. Date:
    Sun, 08 Oct 2023 07:56:31 GMT
  6. Sec-WebSocket-Accept:
    2Bcdjf2wQJ4TLJzfsuGb6X5wbt0=
  7. Server:
    cloudflare
  8. Upgrade:
    websocket

  9. uWebSockets:
    18

How can I send these headers client side? I've tried from browser and it works because it sends the desired headers
Hi, can we talk business regarding purchasing the CB ranking software? Get back to me please
 
Back
Top