Skip to content

Akamai troubleshooting utilities plugin for HTTPie

Notifications You must be signed in to change notification settings

matteck/httpie-akamai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httpie-akamai

HTTPie plugin to help with testing sites hosted on the Akamai content delivery network.

Note: this software is not provided or endorsed by Akamai Technologies

This plugin will add standard Akamai debugging headers to the request, and colorize Akamai informational headers in the response.

Optionally, the request can be forced to the Akamai production or staging networks (if the public hostname is the same as the edge hostname).

Installation

$ pip install httpie-akamai

Usage

Prefix the URL with ak-, akp- or aks- to activate the plugin. The plugin handles URLs starting with "ak" as an alternative schema.

Use ak- to activate debugging headers and syntax coloring without changing the request target:

$ http -pHh ak-http://www.example.com/

Use akp- or aks- to force the request onto the Akamai production or staging network respectively. This only works if the public hostname and the edge hostname are the same.

$ http -pHh akp-http://www.example.com
# is equivalent to
$ http -pHh http://www.example.com.edgesuite.net Host:www.example.com
$ http aks-http://www.example.com
# is equivalent to
$ http -pHh http://www.example.com.edgesuite-staging.net Host:www.example.com

About

Akamai troubleshooting utilities plugin for HTTPie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages