Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Find your PoP
Every response from Bunny CDN includes aServer header that identifies which PoP and server handled the request:
- Open your browser developer tools (
Ctrl + Shift + IorCmd + Option + I) - Go to the Network tab
- Load a URL from your Pull Zone
- Click on the request and find the
Serverheader in the response headers
Detect CDN requests on your origin
When Bunny CDN fetches content from your origin, it includes identifying headers you can use for whitelisting or custom logic:| Header | Value |
|---|---|
CDN-ServerId | Internal server ID |
Via | BunnyCDN |
Other detection methods
Custom hostname: Use a unique, hard-to-guess hostname as your Origin URL that only Bunny servers access. Edge Server IP list: Whitelist CDN IPs programmatically:- IPv4:
https://bunnycdn.com/api/system/edgeserverlist - IPv6:
https://bunnycdn.com/api/system/edgeserverlist/IPv6