Skip to content

Instantly share code, notes, and snippets.

@MKorostoff
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MKorostoff/8790282 to your computer and use it in GitHub Desktop.
Save MKorostoff/8790282 to your computer and use it in GitHub Desktop.
Request:
curl -X PURGE -H "X-Acquia-Purge: golf" -H "Accept-Encoding: gzip" http://golfchannel.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>404 Not in cache.</title>
</head>
<body>
<h1>This server is experiencing technical problems. Please
try again in a few moments. Thanks for your continued patience, and
we're sorry for any inconvenience this may cause.</h1>
<p>Error 404 Not in cache.</p>
<p>Not in cache.</p>
<p>XID: 1430700471</p>
</body>
</html>
Request:
curl -X PURGE -H "X-Acquia-Purge: golf" -H "Accept-Encoding: gzip" http://www.golfchannel.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
<HTML><HEAD>
<TITLE>Bad Request</TITLE>
</HEAD><BODY>
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
Reference&#32;&#35;7&#46;2edacea7&#46;1391454704&#46;0
</BODY>
</HTML>
Request:
curl -X PURGE -H "X-Acquia-Purge: golfchannel" -H "Accept-Encoding: gzip" -H "Host: golfchannel.com" http://www.golfchannel.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
<HTML><HEAD>
<TITLE>Bad Request</TITLE>
</HEAD><BODY>
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
Reference&#32;&#35;7&#46;36dacea7&#46;1391454744&#46;0
</BODY>
</HTML>
Request:
curl -X PURGE -H "X-Acquia-Purge: golfchannel" -H "Accept-Encoding: gzip" http://www.golfchannel.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
<HTML><HEAD>
<TITLE>Bad Request</TITLE>
</HEAD><BODY>
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
Reference&#32;&#35;7&#46;2edacea7&#46;1391454783&#46;0
</BODY>
</HTML>
Request:
curl -X PURGE -H "X-Acquia-Purge:golfchannel" --compress -H "Host: golfchannel.com" http://bal-4667.devcloud.hosting.acquia.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
curl: (6) Could not resolve host: bal-4667.devcloud.hosting.acquia.com; nodename nor servname provided, or not known
Request:
curl -X PURGE -H "X-Acquia-Purge:golfchannel" --compress -H "Host: www.golfchannel.com" http://bal-4667.devcloud.hosting.acquia.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
curl: (6) Could not resolve host: bal-4667.devcloud.hosting.acquia.com; nodename nor servname provided, or not known
Request:
curl -X PURGE -H "X-Acquia-Purge: golfchannel" --compress -H "Host: golfchannel.com" http://bal-4667.devcloud.hosting.acquia.com/sites/golfchannel.prod.acquia-sites.com/files/styles/blog_header_image_304x176/public/8/B/C/%7B8BC28927-3BC7-4B6E-A117-B5F168155A0A%7Dwoods_barclays13_d1_smile_610.jpg
Response:
curl: (6) Could not resolve host: bal-4667.devcloud.hosting.acquia.com; nodename nor servname provided, or not known
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment