Standard debug headers

To enable request-level debugging you need to include an Akamai Pragma header in the request.

A request that includes an Akamai Pragma header returns the related trace response headers. The Standard debug header provides details and the status type of the EdgeWorkers function executed during the request or response.

👍

See Enable enhanced debug headers for instructions on how to return more detailed response headers that include a status message and the amount of wall time, CPU time, and memory usage consumed by the event handler. Enhanced debug headers can also provide information about HTTP sub-requests.

Watch this four minute video to learn how to get started debugging your EdgeWorkers code using standard debug headers.

You can add one or more of the following Akamai Pragma headers to your request:

Akamai Pragma HeaderReturns debug information from
akamai-x-ew-debugthe onClientRequest, onClientResponse, onOriginRequest, and onOriginResponse event handlers
akamai-x-ew-debug-rponly the responseProvider event handler
akamai-x-ew-debug-subsall event handlers when an HTTP sub-request is made
akamai-x-ew-onclientrequestonly the onClientRequest event handler
akamai-x-ew-onoriginrequestonly the onOriginRequest event handler
akamai-x-ew-onoriginresponseonly the onOriginResponse event handler
akamai-x-ew-onclientresponseonly the onClientResponse event handler