Skip to content

Instantly share code, notes, and snippets.

@hoox
Last active May 15, 2023 16:15

Revisions

  1. hoox revised this gist Jan 3, 2018. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -9,24 +9,24 @@

    ## Edge Suite

    * `curl -I -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`
    * `curl -I -H "Host:<property-host>" http://<edge-host>.edgesuite.net`
    * `curl -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`
    * `curl -H "Host:<property-host>" http://<edge-host>.edgesuite.net`


    ## Edge Key (SSL)

    * `curl -k -I -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<property-host>" https://<edge-host>.edgekey.net`
    * `curl -k -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net`
    * `curl -k -H "Host:<property-host>" https://<edge-host>.edgekey.net`


    ## Example:

    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`
    * `curl -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`


    ## Create An Alias:

    * `alias akamai='curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" '`
    * `alias akamai='curl -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" '`

    ### Usage Examples:

  2. hoox revised this gist Jan 3, 2018. 1 changed file with 11 additions and 11 deletions.
    22 changes: 11 additions & 11 deletions akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -9,19 +9,19 @@

    ## Edge Suite

    * `curl -I -H "Host:<host>" http://<host>.edgesuite-staging.net`
    * `curl -I -H "Host:<host>" http://<host>.edgesuite.net`
    * `curl -I -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`
    * `curl -I -H "Host:<property-host>" http://<edge-host>.edgesuite.net`


    ## Edge Key (SSL)

    * `curl -k -I -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<host>" https://<host>.edgekey.net`
    * `curl -k -I -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<property-host>" https://<edge-host>.edgekey.net`


    ## Example:

    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<host>" http://<host>.edgesuite-staging.net`
    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`


    ## Create An Alias:
    @@ -31,13 +31,13 @@
    ### Usage Examples:

    #### HTTP
    * `akamai -H "Host:<host>" https://<host>.edgesuite-staging.net`
    * `akamai -H "Host:<host>" https://<host>.edgesuite.net`
    * `akamai -H "Host:<property-host>" http://<edge-host>.edgesuite-staging.net`
    * `akamai -H "Host:<property-host>" http://<edge-host>.edgesuite.net`

    #### HTTPS
    * `akamai -k -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgekey.net`
    * `akamai -k -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net`
    * `akamai -k -H "Host:<property-host>" https://<edge-host>.edgekey.net`

    #### HTTPS (Silent Mode)
    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey.net`
    * `akamai -k -s -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net`
    * `akamai -k -s -H "Host:<property-host>" https://<edge-host>.edgekey.net`
  3. hoox revised this gist Sep 27, 2016. 1 changed file with 9 additions and 2 deletions.
    11 changes: 9 additions & 2 deletions akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,23 @@

    > Akamai Debug Headers!

    ## Request Headers
    * `-H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id"`


    ## Edge Suite

    * `curl -I -H "Host:<host>" http://<host>.edgesuite-staging.net`
    * `curl -I -H "Host:<host>" http://<host>.edgesuite.net`


    ## Edge Key (SSL)

    * `curl -k -I -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<host>" https://<host>.edgekey.net`


    ## Example:

    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<host>" http://<host>.edgesuite-staging.net`
    @@ -26,11 +30,14 @@

    ### Usage Examples:

    * `akamai -k -H "Host:<host>" https://<host>.edgesuite-stagingg.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgesuite.net`
    #### HTTP
    * `akamai -H "Host:<host>" https://<host>.edgesuite-staging.net`
    * `akamai -H "Host:<host>" https://<host>.edgesuite.net`

    #### HTTPS
    * `akamai -k -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgekey.net`

    #### HTTPS (Silent Mode)
    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey.net`
  4. hoox revised this gist Sep 27, 2016. 1 changed file with 8 additions and 4 deletions.
    12 changes: 8 additions & 4 deletions akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -26,7 +26,11 @@

    ### Usage Examples:

    * `akamai -k "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k "Host:<host>" https://<host>.edgekey.net`
    * `akamai -k -s "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -s "Host:<host>" https://<host>.edgekey.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgesuite-stagingg.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgesuite.net`

    * `akamai -k -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -H "Host:<host>" https://<host>.edgekey.net`

    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -s -H "Host:<host>" https://<host>.edgekey.net`
  5. hoox revised this gist Jan 4, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -24,7 +24,7 @@

    * `alias akamai='curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" '`

    ### Usage
    ### Usage Examples:

    * `akamai -k "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k "Host:<host>" https://<host>.edgekey.net`
  6. hoox renamed this gist Jan 4, 2016. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion akamai-configuration-test.md → akamai-configuration-testing.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Akamai CDN Configuration Tests
    # Akamai CDN Configuration Testing

    > Akamai Debug Headers!
    @@ -18,3 +18,15 @@
    ## Example:

    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<host>" http://<host>.edgesuite-staging.net`


    ## Create An Alias:

    * `alias akamai='curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" '`

    ### Usage

    * `akamai -k "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k "Host:<host>" https://<host>.edgekey.net`
    * `akamai -k -s "Host:<host>" https://<host>.edgekey-staging.net`
    * `akamai -k -s "Host:<host>" https://<host>.edgekey.net`
  7. hoox revised this gist Jan 4, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # Akamai CDN Configuration Tests

    > Akamai Debug Headers!
    ## Request Headers
    * `-H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id"`

  8. hoox revised this gist Sep 24, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # Akamai CDN Configuration Tests

    ## Request Headers
    * `-H Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id`
    * `-H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id"`

    ## Edge Suite

  9. hoox revised this gist Sep 24, 2015. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -12,3 +12,7 @@

    * `curl -k -I -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<host>" https://<host>.edgekey.net`

    ## Example:

    * `curl -I -H "Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id" -H "Host:<host>" http://<host>.edgesuite-staging.net`
  10. hoox revised this gist Jun 22, 2015. 1 changed file with 7 additions and 4 deletions.
    11 changes: 7 additions & 4 deletions akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,14 @@
    # Akamai CDN Configuration Tests

    ## Request Headers
    * `-H Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-feo-trace, akamai-x-get-request-id`

    ## Edge Suite

    * `curl -I -H "Host:<host>" <host>.edgesuite-staging.net`
    * `curl -I -H "Host:<host>" <host>.edgesuite.net`
    * `curl -I -H "Host:<host>" http://<host>.edgesuite-staging.net`
    * `curl -I -H "Host:<host>" http://<host>.edgesuite.net`

    ## Edge Key (SSL)

    * `curl -I -H "Host:<host>" <host>.edgekey-staging.net`
    * `curl -I -H "Host:<host>" <host>.edgekey.net`
    * `curl -k -I -H "Host:<host>" https://<host>.edgekey-staging.net`
    * `curl -k -I -H "Host:<host>" https://<host>.edgekey.net`
  11. hoox revised this gist May 17, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -2,10 +2,10 @@

    ## Edge Suite

    * curl -I -H "Host:<host>" <host>.edgesuite-staging.net
    * curl -I -H "Host:<host>" <host>.edgesuite.net
    * `curl -I -H "Host:<host>" <host>.edgesuite-staging.net`
    * `curl -I -H "Host:<host>" <host>.edgesuite.net`

    ## Edge Key (SSL)

    * curl -I -H "Host:<host>" <host>.edgekey-staging.net
    * curl -I -H "Host:<host>" <host>.edgekey.net
    * `curl -I -H "Host:<host>" <host>.edgekey-staging.net`
    * `curl -I -H "Host:<host>" <host>.edgekey.net`
  12. hoox revised this gist May 11, 2015. 1 changed file with 10 additions and 4 deletions.
    14 changes: 10 additions & 4 deletions akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,11 @@
    curl -I -H "Host:<host>" <host>.edgesuite-staging.net
    curl -I -H "Host:<host>" <host>.edgesuite.net
    # Akamai CDN Configuration Tests

    curl -I -H "Host:<host>" <host>.edgekey-staging.net
    curl -I -H "Host:<host>" <host>.edgekey.net
    ## Edge Suite

    * curl -I -H "Host:<host>" <host>.edgesuite-staging.net
    * curl -I -H "Host:<host>" <host>.edgesuite.net

    ## Edge Key (SSL)

    * curl -I -H "Host:<host>" <host>.edgekey-staging.net
    * curl -I -H "Host:<host>" <host>.edgekey.net
  13. hoox renamed this gist May 11, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Akamai configuration test → akamai-configuration-test.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    curl -I -H "Host:<host>" <host>.edgesuite-staging.net
    curl -I -H "Host:<host>" <host>.edgesuite.net

    curl -I -H "Host:<host>" <host>.edgekey-staging.net
    curl -I -H "Host:<host>" <host>.edgekey.net
  14. hoox renamed this gist Dec 22, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  15. hoox created this gist Dec 22, 2014.
    2 changes: 2 additions & 0 deletions -
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    curl -I -H "Host:<host>" <host>.edgesuite-staging.net
    curl -I -H "Host:<host>" <host>.edgesuite.net