Last active
May 15, 2023 16:15
Revisions
-
hoox revised this gist
Jan 3, 2018 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,24 +9,24 @@ ## Edge Suite * `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 -H "Host:<property-host>" https://<edge-host>.edgekey-staging.net` * `curl -k -H "Host:<property-host>" https://<edge-host>.edgekey.net` ## Example: * `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 -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: -
hoox revised this gist
Jan 3, 2018 . 1 changed file with 11 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,19 +9,19 @@ ## 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` ## 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` ## 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` ## Create An Alias: @@ -31,13 +31,13 @@ ### Usage Examples: #### HTTP * `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:<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:<property-host>" https://<edge-host>.edgekey-staging.net` * `akamai -k -s -H "Host:<property-host>" https://<edge-host>.edgekey.net` -
hoox revised this gist
Sep 27, 2016 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: #### 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` -
hoox revised this gist
Sep 27, 2016 . 1 changed file with 8 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,11 @@ ### Usage Examples: * `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` -
hoox revised this gist
Jan 4, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 Examples: * `akamai -k "Host:<host>" https://<host>.edgekey-staging.net` * `akamai -k "Host:<host>" https://<host>.edgekey.net` -
hoox renamed this gist
Jan 4, 2016 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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` -
hoox revised this gist
Jan 4, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"` -
hoox revised this gist
Sep 24, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"` ## Edge Suite -
hoox revised this gist
Sep 24, 2015 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
hoox revised this gist
Jun 22, 2015 . 1 changed file with 7 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>" 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` -
hoox revised this gist
May 17, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` ## Edge Key (SSL) * `curl -I -H "Host:<host>" <host>.edgekey-staging.net` * `curl -I -H "Host:<host>" <host>.edgekey.net` -
hoox revised this gist
May 11, 2015 . 1 changed file with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,11 @@ # Akamai CDN Configuration Tests ## 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 -
hoox renamed this gist
May 11, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
hoox renamed this gist
Dec 22, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hoox created this gist
Dec 22, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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