cURL from Akamai Edge
curl_from_edgeFetch any URL from an Akamai edge server to inspect full HTTP response headers and body, revealing cache status, debug headers, and response timing for edge diagnostics.
Instructions
Fetches a URL from an Akamai edge server, returning full HTTP response headers (including Akamai debug/Pragma headers) and body. Useful for debugging what the edge is serving, cache status, and response timing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch from the edge server. | |
| edgeIp | No | IP of the edge server to run from. Provide either this or edgeLocationId. | |
| ipVersion | No | IP version to use. Defaults to IPV4. | |
| spoofEdgeIp | No | IP of the edge server you want to serve traffic from. | |
| edgeLocationId | No | Edge server location ID (from list_edge_locations). Provide either this or edgeIp. | |
| requestHeaders | No | Custom headers in "header: value" format. Akamai Pragma headers are included automatically. | |
| runFromSiteShield | No | Run curl from a Site Shield map. |