linker
Explore posts from serversCDCloudflare Developers
•Created by linker on 11/2/2024 in #general-help
Websockets
I have this line shown in the
Network
tab on my cloudflare dashboard:
"Concurrent connection guidelines for your plan: low."
What does this mean exactly? My application needs a websocket connection for each user, that'd mean a thousand of connections at a time for starters. Will be more with time.
- Am I supposed to upgrade to a Pro/Enterprise plan?
- Will cloudflare reject new websocket connections if there are too many connections? What are the limits?14 replies
CDCloudflare Developers
•Created by linker on 10/30/2024 in #general-help
Fetching WAF events
Is it possible to programatically fetch all WAF events for the past 24 hours. For example, I was DDoS'd and I'd like to export all IPs. Exporting 500 entries at a time is not viable. As there are a couple million requests that were blocked by the WAF from different ips.
So is there some API endpoint I could use to export all events?
2 replies