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 Header | Returns debug information from |
---|---|
akamai-x-ew-debug | the onClientRequest , onClientResponse , onOriginRequest , and onOriginResponse event handlers |
akamai-x-ew-debug-rp | only the responseProvider event handler |
akamai-x-ew-debug-subs | all event handlers when an HTTP sub-request is made |
akamai-x-ew-onclientrequest | only the onClientRequest event handler |
akamai-x-ew-onoriginrequest | only the onOriginRequest event handler |
akamai-x-ew-onoriginresponse | only the onOriginResponse event handler |
akamai-x-ew-onclientresponse | only the onClientResponse event handler |
Updated almost 2 years ago