use curl to fetch some HTTP and HTML results.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. HTTP/1.1 301 Moved Permanently
  2. Location: http://www.google.com/
  3. Content-Type: text/html; charset=UTF-8
  4. Date: Fri, 29 Jun 2018 20:51:55 GMT
  5. Expires: Sun, 29 Jul 2018 20:51:55 GMT
  6. Cache-Control: public, max-age=2592000
  7. Server: gws
  8. Content-Length: 219
  9. X-XSS-Protection: 1; mode=block
  10. X-Frame-Options: SAMEORIGIN
  11. HTTP/1.1 301 Moved Permanently
  12. Server: nginx
  13. Date: Fri, 29 Jun 2018 20:50:18 GMT
  14. Content-Type: text/html
  15. Connection: close
  16. Location: http://localhost
  17. Expires: Fri, 29 Jun 2018 20:50:17 GMT
  18. Cache-Control: no-cache
  19. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  20. <html lang="en">
  21. <head>
  22. <title>curl</title>
  23. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  24. <link rel="stylesheet" type="text/css" href="https://curl.haxx.se/curl.css">
  25. <link rel="shortcut icon" href="https://curl.haxx.se/favicon.ico">
  26. <link rel="icon" href="https://curl.haxx.se/logo/curl-symbol.svg" type="image/svg+xml">
  27. </head>
  28. <body bgcolor="#ffffff" text="#000000">
  29. <div class="main">
  30. <div class="menu">
  31. <div class="dropdown">
  32. <a class="dropbtn" href="https://curl.haxx.se/download.html">Download</a>
  33. <div class="dropdown-content">
  34. <a href="https://github.com/curl/curl">Browse source</a>
  35. <a href="https://curl.haxx.se/changes.html">Changelog</a>
  36. </div>
  37. </div>
  38. <div class="dropdown">
  39. <a class="dropbtn" href="https://curl.haxx.se/docs/">Documentation</a>
  40. <div class="dropdown-content">
  41. <a href="https://curl.haxx.se/docs/projdocs.html">Project</a>
  42. <small>
  43. <a href="https://curl.haxx.se/docs/help-us.html">&nbsp; Help us</a>
  44. <a href="https://curl.haxx.se/docs/knownbugs.html">&nbsp; Known bugs</a>
  45. <a href="https://curl.haxx.se/docs/todo.html">&nbsp; TODO</a>
  46. </small>
  47. <a href="https://curl.haxx.se/docs/protdocs.html">Protocols</a>
  48. <small>
  49. <a href="https://curl.haxx.se/docs/caextract.html">&nbsp; CA bundle</a>
  50. <a href="https://curl.haxx.se/docs/http-cookies.html">&nbsp; HTTP Cookies</a>
  51. <a href="https://curl.haxx.se/docs/http2.html">&nbsp; HTTP/2</a>
  52. <a href="https://curl.haxx.se/docs/sslcerts.html">&nbsp; SSL Certs</a>
  53. </small>
  54. <a href="https://curl.haxx.se/docs/reldocs.html">Releases</a>
  55. <small>
  56. <a href="https://curl.haxx.se/docs/security.html">&nbsp; Security</a>
  57. <a href="https://curl.haxx.se/docs/versions.html">&nbsp; Version numbers</a>
  58. <a href="https://curl.haxx.se/docs/vulnerabilities.html">&nbsp; Vulnerabilities</a>
  59. </small>
  60. <a href="https://curl.haxx.se/docs/tooldocs.html">curl tool</a>
  61. <small>
  62. <a href="https://curl.haxx.se/docs/manpage.html">&nbsp; man page</a>
  63. <a href="https://curl.haxx.se/docs/manual.html">&nbsp; Tutorial</a>
  64. <a href="https://curl.haxx.se/docs/httpscripting.html">&nbsp; HTTP scripting</a>
  65. </small>
  66. <a href="https://curl.haxx.se/docs/whodocs.html">Who and Why</a>
  67. </div>
  68. </div>
  69. <div class="dropdown">
  70. <a class="dropbtn" href="https://curl.haxx.se/libcurl/">libcurl</a>
  71. <div class="dropdown-content">
  72. <a href="https://curl.haxx.se/libcurl/abi.html">ABI</a>
  73. <a href="https://curl.haxx.se/libcurl/c/">API</a>
  74. <a href="https://curl.haxx.se/libcurl/competitors.html">Competitors</a>
  75. <a href="https://curl.haxx.se/libcurl/c/example.html">Examples</a>
  76. <a href="https://curl.haxx.se/libcurl/features.html">Features</a>
  77. <a href="https://curl.haxx.se//mail/list.cgi?list=curl-library">Mailing list</a>
  78. <a href="https://curl.haxx.se/libcurl/relatedlibs.html">Related libs</a>
  79. <a href="https://curl.haxx.se/libcurl/using/">Using libcurl</a>
  80. <a href="https://curl.haxx.se/libcurl/c/libcurl-tutorial.html">Tutorial</a>
  81. <a href="https://curl.haxx.se/libcurl/theysay.html">Testimonials</a>
  82. </div>
  83. </div>
  84. <div class="dropdown">
  85. <a class="dropbtn" href="https://curl.haxx.se/mail/">Get Help</a>
  86. <div class="dropdown-content">
  87. <a href="https://cool.haxx.se/mailman/listinfo/curl-library">curl-library</a>
  88. <a href="https://cool.haxx.se/mailman/listinfo/curl-users">curl-users</a>
  89. <a href="https://cool.haxx.se/mailman/listinfo/curl-announce">curl-announce</a>
  90. <a href="https://cool.haxx.se/mailman/listinfo/curl-commits">curl-commits</a>
  91. <a href="https://bookcurl.haxx.se/">Book: Everything curl</a>
  92. <a href="https://github.com/curl/curl/issues">Report a bug</a>
  93. <a href="https://curl.haxx.se/mail/etiquette.html">Mail Etiquette</a>
  94. </div>
  95. </div>
  96. <div class="dropdown">
  97. <a class="dropbtn" href="https://curl.haxx.se/dev/">Development</a>
  98. <div class="dropdown-content">
  99. <a href="https://curl.haxx.se/dev/builds.html">Autobuilds</a>
  100. <a href="https://curl.haxx.se/dev/code-style.html">Code Style</a>
  101. <a href="https://curl.haxx.se/dev/contribute.html">Contribute</a>
  102. <a href="https://curl.haxx.se/dev/internals.html">Internals</a>
  103. <a href="https://curl.haxx.se/dev/release-notes.html">Release Notes</a>
  104. <a href="https://curl.haxx.se/dev/release-procedure.html">Release Procedure</a>
  105. <a href="https://curl.haxx.se/dev/roadmap.html">Roadmap</a>
  106. <a href="https://curl.haxx.se/dev/runtests.html">Run Tests</a>
  107. <a href="https://curl.haxx.se/dev/secprocess.html">Security Process</a>
  108. <a href="https://curl.haxx.se/rfc/">Specifications</a>
  109. <a href="https://curl.haxx.se/dev/testcurl.html">Test curl</a>
  110. </div>
  111. </div>
  112. <div class="dropdown">
  113. <a class="dropbtn" href="https://curl.haxx.se/news.html">News</a>
  114. <div class="dropdown-content">
  115. <a href="https://curl.haxx.se/changes.html">Changelog</a>
  116. <a href="https://curl.haxx.se/docs/releases.html">Release table</a>
  117. </div>
  118. </div>
  119. </div>
  120. <div class="contents">
  121. <center><img src="https://curl.haxx.se/logo/curl-logo.svg" alt="curl logo" style="width:90%; padding-top: 8px;">
  122. </center>
  123. <p>
  124. <hr>
  125. <p style="font-size: 160%; text-align: center;">
  126. <b>command line tool and
  127. library</b>
  128. <br>for transferring data with URLs</p>
  129. <p><b>Supports...</b>
  130. <p>DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
  131. POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and TFTP. curl
  132. supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based
  133. upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain,
  134. Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy
  135. tunneling and more.
  136. <p><b>What's curl used for?</b>
  137. <p>
  138. curl is used in command lines or scripts to transfer data. It is also used in
  139. cars, television sets, routers, printers, audio equipment, mobile phones,
  140. tablets, settop boxes, media players and is the internet transfer backbone for
  141. thousands of software applications affecting <i>billions of humans</i> daily.
  142. <p><b>Who makes curl?</b>
  143. <p>
  144. curl is free and <a href="docs/copyright.html" title="curl and libcurl are
  145. licensed under a MIT/X derivate license">open source</a> software and exists
  146. thanks to <a href="docs/thanks.html" title="More than 1600 named
  147. contributors">thousands of contributors</a> and our
  148. awesome <a href="/sponsors.html">sponsors</a>. The curl
  149. project <a title="Adheres to 100% of the Core Intrastructure Initiative's
  150. listed best practices"
  151. href="https://bestpractices.coreinfrastructure.org/projects/63">follows well
  152. established open source best practises</a>. You too
  153. can <a href="docs/help-us.html">help us</a> improve!
  154. <p><b>What's the latest curl?</b>
  155. <p>
  156. The most recent stable version is <b>7.60.0</b>, released on 16th of May 2018.
  157. Currently, 83 of the listed <a href="download.html" title="Binary download packages for your platform!">downloads</a> are of the latest version.
  158. <p><b>Where's the code?</b>
  159. <p>
  160. Check out the latest <a href="https://github.com/curl/curl" title="git clone the curl code">source code
  161. from github</a>.
  162. <h1> Everything curl </h1>
  163. <a href="https://www.gitbook.com/book/bagder/everything-curl/details">
  164. <img style="margin: 0px 0px 20px 20px;" align="right" width="200" height="262" border="0" src="pix/everything-curl.jpg"></a>
  165. <p>
  166. This is a detailed and totally free book, available in ebook
  167. formats, <a href="https://www.gitbook.com/download/pdf/book/bagder/everything-curl">PDF</a>
  168. and <a href="https://ec.haxx.se/">online</a> that explains basically
  169. everything there is to know about curl, libcurl and the associated project.
  170. <p>
  171. Learn how to use curl. How to use libcurl. How to build them from source or
  172. perhaps how the curl project accepts contributions. There's something for
  173. everyone in this, from the casual first-time users to the experienced
  174. libcurl hackers.
  175. <p>
  176. <a href="https://www.gitbook.com/book/bagder/everything-curl/details">Everything
  177. curl</a> is itself an open project that accepts your contributions and help.
  178. </div>
  179. </div>
  180. <script defer src="https://www.fastly-insights.com/insights.js?k=8cb1247c-87c2-4af9-9229-768b1990f90b"></script>
  181. </BODY>
  182. </HTML>
  183. <!doctype html>
  184. <html>
  185. <head>
  186. <title>Example Domain</title>
  187. <meta charset="utf-8" />
  188. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  189. <meta name="viewport" content="width=device-width, initial-scale=1" />
  190. <style type="text/css">
  191. body {
  192. background-color: #f0f0f2;
  193. margin: 0;
  194. padding: 0;
  195. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  196. }
  197. div {
  198. width: 600px;
  199. margin: 5em auto;
  200. padding: 50px;
  201. background-color: #fff;
  202. border-radius: 1em;
  203. }
  204. a:link, a:visited {
  205. color: #38488f;
  206. text-decoration: none;
  207. }
  208. @media (max-width: 700px) {
  209. body {
  210. background-color: #fff;
  211. }
  212. div {
  213. width: auto;
  214. margin: 0 auto;
  215. border-radius: 0;
  216. padding: 1em;
  217. }
  218. }
  219. </style>
  220. </head>
  221. <body>
  222. <div>
  223. <h1>Example Domain</h1>
  224. <p>This domain is established to be used for illustrative examples in documents. You may use this
  225. domain in examples without prior coordination or asking for permission.</p>
  226. <p><a href="http://www.iana.org/domains/example">More information...</a></p>
  227. </div>
  228. </body>
  229. </html>
  230. <!doctype html>
  231. <html>
  232. <head>
  233. <title>Example Domain</title>
  234. <meta charset="utf-8" />
  235. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  236. <meta name="viewport" content="width=device-width, initial-scale=1" />
  237. <style type="text/css">
  238. body {
  239. background-color: #f0f0f2;
  240. margin: 0;
  241. padding: 0;
  242. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  243. }
  244. div {
  245. width: 600px;
  246. margin: 5em auto;
  247. padding: 50px;
  248. background-color: #fff;
  249. border-radius: 1em;
  250. }
  251. a:link, a:visited {
  252. color: #38488f;
  253. text-decoration: none;
  254. }
  255. @media (max-width: 700px) {
  256. body {
  257. background-color: #fff;
  258. }
  259. div {
  260. width: auto;
  261. margin: 0 auto;
  262. border-radius: 0;
  263. padding: 1em;
  264. }
  265. }
  266. </style>
  267. </head>
  268. <body>
  269. <div>
  270. <h1>Example Domain</h1>
  271. <p>This domain is established to be used for illustrative examples in documents. You may use this
  272. domain in examples without prior coordination or asking for permission.</p>
  273. <p><a href="http://www.iana.org/domains/example">More information...</a></p>
  274. </div>
  275. </body>
  276. </html>
  277. HTTP/1.1 301 Moved Permanently
  278. Server: Sun-ONE-Web-Server/6.1
  279. Date: Sat, 30 Jun 2018 01:10:47 GMT
  280. Content-length: 122
  281. Content-type: text/html
  282. Location: http://www.zipcodewilmington.com
  283. Connection: close
  284. HTTP/1.1 200 OK
  285. Date: Sat, 30 Jun 2018 01:10:47 GMT
  286. Content-Type: text/html;charset=utf-8
  287. Connection: keep-alive
  288. Set-Cookie: __cfduid=dd28fb5b45eefa7f56415d106070ec9ec1530321047; expires=Sun, 30-Jun-19 01:10:47 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  289. Access-Control-Allow-Credentials: false
  290. Cache-Control: s-maxage=7200,max-age=5
  291. CF-Cache-Status: HIT
  292. CF-RAY: 432cc151a3465783-IAD
  293. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  294. Edge-Control: !no-store,max-age=7200s
  295. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  296. Vary: Accept-Encoding
  297. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  298. X-HS-Content-Id: 4734987675
  299. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  300. Set-Cookie: __cfruid=1884ccba4245b2b2054343266f733b9a7993ac4c-1530321047; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  301. Server: cloudflare
  302. HTTP/1.1 301 Moved Permanently
  303. Server: Sun-ONE-Web-Server/6.1
  304. Date: Sat, 30 Jun 2018 01:12:37 GMT
  305. Content-length: 122
  306. Content-type: text/html
  307. Location: http://www.zipcodewilmington.com
  308. Connection: close
  309. HTTP/1.1 200 OK
  310. Date: Sat, 30 Jun 2018 01:12:37 GMT
  311. Content-Type: text/html;charset=utf-8
  312. Connection: keep-alive
  313. Set-Cookie: __cfduid=d50dfad8ec00d990df29cdb0e78706bea1530321157; expires=Sun, 30-Jun-19 01:12:37 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  314. Access-Control-Allow-Credentials: false
  315. Cache-Control: s-maxage=7200,max-age=5
  316. CF-Cache-Status: HIT
  317. CF-RAY: 432cc401517e56e1-IAD
  318. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  319. Edge-Control: !no-store,max-age=7200s
  320. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  321. Vary: Accept-Encoding
  322. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  323. X-HS-Content-Id: 4734987675
  324. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  325. Set-Cookie: __cfruid=32a2fee8c1fca6b3b6216655249758f94500f821-1530321157; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  326. Server: cloudflare
  327. HTTP/1.1 301 Moved Permanently
  328. Server: Sun-ONE-Web-Server/6.1
  329. Date: Sat, 30 Jun 2018 01:15:49 GMT
  330. Content-length: 122
  331. Content-type: text/html
  332. Location: http://www.zipcodewilmington.com
  333. Connection: close
  334. HTTP/1.1 200 OK
  335. Date: Sat, 30 Jun 2018 01:15:50 GMT
  336. Content-Type: text/html;charset=utf-8
  337. Connection: keep-alive
  338. Set-Cookie: __cfduid=d7c5c52d61e3d7dca7f680ff8a8f96f391530321350; expires=Sun, 30-Jun-19 01:15:50 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  339. Access-Control-Allow-Credentials: false
  340. Cache-Control: s-maxage=7200,max-age=5
  341. CF-Cache-Status: HIT
  342. CF-RAY: 432cc8bb13955687-IAD
  343. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  344. Edge-Control: !no-store,max-age=7200s
  345. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  346. Vary: Accept-Encoding
  347. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  348. X-HS-Content-Id: 4734987675
  349. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  350. Set-Cookie: __cfruid=110f3820bd520d94e5e191c7bc6bbfe5ca0b9100-1530321350; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  351. Server: cloudflare
  352. HTTP/1.1 301 Moved Permanently
  353. Server: Sun-ONE-Web-Server/6.1
  354. Date: Sat, 30 Jun 2018 01:15:57 GMT
  355. Content-length: 122
  356. Content-type: text/html
  357. Location: http://www.zipcodewilmington.com
  358. Connection: close
  359. HTTP/1.1 200 OK
  360. Date: Sat, 30 Jun 2018 01:15:57 GMT
  361. Content-Type: text/html;charset=utf-8
  362. Connection: keep-alive
  363. Set-Cookie: __cfduid=d1cedc1c1f883b19edf133f1fcfd69cf61530321357; expires=Sun, 30-Jun-19 01:15:57 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  364. Access-Control-Allow-Credentials: false
  365. Cache-Control: s-maxage=7200,max-age=5
  366. CF-Cache-Status: HIT
  367. CF-RAY: 432cc8e590d356ed-IAD
  368. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  369. Edge-Control: !no-store,max-age=7200s
  370. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  371. Vary: Accept-Encoding
  372. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  373. X-HS-Content-Id: 4734987675
  374. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  375. Set-Cookie: __cfruid=55abedc888daf8ac5523be7eb311917fa70cec79-1530321357; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  376. Server: cloudflare
  377. HTTP/1.1 301 Moved Permanently
  378. Server: Sun-ONE-Web-Server/6.1
  379. Date: Sat, 30 Jun 2018 01:15:57 GMT
  380. Content-length: 122
  381. Content-type: text/html
  382. Location: http://www.zipcodewilmington.com
  383. Connection: close
  384. HTTP/1.1 200 OK
  385. Date: Sat, 30 Jun 2018 01:15:57 GMT
  386. Content-Type: text/html;charset=utf-8
  387. Connection: keep-alive
  388. Set-Cookie: __cfduid=d1cedc1c1f883b19edf133f1fcfd69cf61530321357; expires=Sun, 30-Jun-19 01:15:57 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  389. Access-Control-Allow-Credentials: false
  390. Cache-Control: s-maxage=7200,max-age=5
  391. CF-Cache-Status: HIT
  392. CF-RAY: 432cc8e6710d56ed-IAD
  393. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  394. Edge-Control: !no-store,max-age=7200s
  395. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  396. Vary: Accept-Encoding
  397. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  398. X-HS-Content-Id: 4734987675
  399. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  400. Set-Cookie: __cfruid=55abedc888daf8ac5523be7eb311917fa70cec79-1530321357; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  401. Server: cloudflare
  402. HTTP/1.1 301 Moved Permanently
  403. Server: Sun-ONE-Web-Server/6.1
  404. Date: Sat, 30 Jun 2018 01:17:26 GMT
  405. Content-length: 122
  406. Content-type: text/html
  407. Location: http://www.zipcodewilmington.com
  408. Connection: close
  409. HTTP/1.1 200 OK
  410. Date: Sat, 30 Jun 2018 01:17:26 GMT
  411. Content-Type: text/html;charset=utf-8
  412. Connection: keep-alive
  413. Set-Cookie: __cfduid=ddeeb1b05db1f75c0009e6c58a5e25bc61530321446; expires=Sun, 30-Jun-19 01:17:26 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  414. Access-Control-Allow-Credentials: false
  415. Cache-Control: s-maxage=7200,max-age=5
  416. CF-Cache-Status: HIT
  417. CF-RAY: 432ccb0e80e75789-IAD
  418. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  419. Edge-Control: !no-store,max-age=7200s
  420. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  421. Vary: Accept-Encoding
  422. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  423. X-HS-Content-Id: 4734987675
  424. X-Trace: 2BEA32E68047620B4BC20179B505E318C81ECEEF2A000000000000000000
  425. Set-Cookie: __cfruid=02b93b5fe1c0d1745ae4490e8091d21729acb67a-1530321446; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  426. Server: cloudflare
  427. HTTP/1.1 301 Moved Permanently
  428. Location: http://www.google.com/
  429. Content-Type: text/html; charset=UTF-8
  430. Date: Sat, 30 Jun 2018 01:18:59 GMT
  431. Expires: Mon, 30 Jul 2018 01:18:59 GMT
  432. Cache-Control: public, max-age=2592000
  433. Server: gws
  434. Content-Length: 219
  435. X-XSS-Protection: 1; mode=block
  436. X-Frame-Options: SAMEORIGIN
  437. HTTP/1.1 301 Moved Permanently
  438. Location: http://www.google.com/
  439. Content-Type: text/html; charset=UTF-8
  440. Date: Sat, 30 Jun 2018 01:19:58 GMT
  441. Expires: Mon, 30 Jul 2018 01:19:58 GMT
  442. Cache-Control: public, max-age=2592000
  443. Server: gws
  444. Content-Length: 219
  445. X-XSS-Protection: 1; mode=block
  446. X-Frame-Options: SAMEORIGIN
  447. HTTP/1.1 301 Moved Permanently
  448. Server: Sun-ONE-Web-Server/6.1
  449. Date: Sat, 30 Jun 2018 03:04:00 GMT
  450. Content-length: 122
  451. Content-type: text/html
  452. Location: http://www.zipcodewilmington.com
  453. Connection: close
  454. HTTP/1.1 200 OK
  455. Date: Sat, 30 Jun 2018 03:04:00 GMT
  456. Content-Type: text/html;charset=utf-8
  457. Connection: keep-alive
  458. Set-Cookie: __cfduid=dbc88931ba4e31b2d599102df80f4cae71530327840; expires=Sun, 30-Jun-19 03:04:00 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  459. Access-Control-Allow-Credentials: false
  460. Cache-Control: s-maxage=7200,max-age=5
  461. CF-Cache-Status: HIT
  462. CF-RAY: 432d6729a0379f48-IAD
  463. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  464. Edge-Control: !no-store,max-age=7200s
  465. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  466. Vary: Accept-Encoding
  467. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  468. X-HS-Content-Id: 4734987675
  469. X-Trace: 2B32022FF47C51F9AA3DD6966D85CC2D84DB5AEA2A000000000000000000
  470. Set-Cookie: __cfruid=552d8afbc2d4cd354dadc455ae5ebbc378433e1c-1530327840; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  471. Server: cloudflare
  472. HTTP/1.1 301 Moved Permanently
  473. Server: Sun-ONE-Web-Server/6.1
  474. Date: Sat, 30 Jun 2018 03:04:23 GMT
  475. Content-length: 122
  476. Content-type: text/html
  477. Location: http://www.zipcodewilmington.com
  478. Connection: close
  479. HTTP/1.1 200 OK
  480. Date: Sat, 30 Jun 2018 03:04:24 GMT
  481. Content-Type: text/html;charset=utf-8
  482. Connection: keep-alive
  483. Set-Cookie: __cfduid=dfe2edf3cf7f184282e212435c33d0d5f1530327863; expires=Sun, 30-Jun-19 03:04:23 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  484. Access-Control-Allow-Credentials: false
  485. Cache-Control: s-maxage=7200,max-age=5
  486. CF-Cache-Status: HIT
  487. CF-RAY: 432d67bdf08756c9-IAD
  488. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  489. Edge-Control: !no-store,max-age=7200s
  490. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  491. Vary: Accept-Encoding
  492. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  493. X-HS-Content-Id: 4734987675
  494. X-Trace: 2B32022FF47C51F9AA3DD6966D85CC2D84DB5AEA2A000000000000000000
  495. Set-Cookie: __cfruid=ec70e412ff0586e395b466d898b0fca59c126edf-1530327864; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  496. Server: cloudflare
  497. HTTP/1.1 301 Moved Permanently
  498. Server: Sun-ONE-Web-Server/6.1
  499. Date: Sat, 30 Jun 2018 03:04:24 GMT
  500. Content-length: 122
  501. Content-type: text/html
  502. Location: http://www.zipcodewilmington.com
  503. Connection: close
  504. HTTP/1.1 200 OK
  505. Date: Sat, 30 Jun 2018 03:04:24 GMT
  506. Content-Type: text/html;charset=utf-8
  507. Connection: keep-alive
  508. Set-Cookie: __cfduid=d0c6ccf19007aefbb26c2088fd8a792c71530327864; expires=Sun, 30-Jun-19 03:04:24 GMT; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  509. Access-Control-Allow-Credentials: false
  510. Cache-Control: s-maxage=7200,max-age=5
  511. CF-Cache-Status: HIT
  512. CF-RAY: 432d67bef0e756c9-IAD
  513. Edge-Cache-Tag: CT-4734987675,P-2742707,L-4675756436,L-4723249002,L-4774033310,L-4794403782,L-4933580060,CW-4621133019,CW-4683976686,CW-4783392647,CW-4811464555,CW-4815692540,CW-4818336337,CW-4876876345,E-4568109324,E-4646951156,E-4727379758,E-4739076142,E-4751359470,E-4769638852,E-4783175225,E-4794403992,E-4877298445,E-4910487230,MENU-4726996178,PGS-ALL,SW-0,SD-7
  514. Edge-Control: !no-store,max-age=7200s
  515. Link: </hs-fs/css/2742707/hub_generated/template_assets/1530139812173/combined-css-2810a9e394500eec0e70629cc9c5d1e3.css>; rel=preload; as=style
  516. Vary: Accept-Encoding
  517. X-HS-Cache-Config: BrowserCache-5s-EdgeCache-7200s
  518. X-HS-Content-Id: 4734987675
  519. X-Trace: 2B32022FF47C51F9AA3DD6966D85CC2D84DB5AEA2A000000000000000000
  520. Set-Cookie: __cfruid=ec70e412ff0586e395b466d898b0fca59c126edf-1530327864; path=/; domain=.www.zipcodewilmington.com; HttpOnly
  521. Server: cloudflare
  522. HTTP/1.1 301 Moved Permanently
  523. Location: http://www.google.com/
  524. Content-Type: text/html; charset=UTF-8
  525. Date: Sat, 30 Jun 2018 03:04:37 GMT
  526. Expires: Mon, 30 Jul 2018 03:04:37 GMT
  527. Cache-Control: public, max-age=2592000
  528. Server: gws
  529. Content-Length: 219
  530. X-XSS-Protection: 1; mode=block
  531. X-Frame-Options: SAMEORIGIN
  532. HTTP/1.1 301 Moved Permanently
  533. Location: http://www.google.com/
  534. Content-Type: text/html; charset=UTF-8
  535. Date: Sat, 30 Jun 2018 03:04:37 GMT
  536. Expires: Mon, 30 Jul 2018 03:04:37 GMT
  537. Cache-Control: public, max-age=2592000
  538. Server: gws
  539. Content-Length: 219
  540. X-XSS-Protection: 1; mode=block
  541. X-Frame-Options: SAMEORIGIN
  542. HTTP/1.1 301 Moved Permanently
  543. Server: Sun-ONE-Web-Server/6.1
  544. Date: Sat, 30 Jun 2018 03:04:36 GMT
  545. Content-length: 122
  546. Content-type: text/html
  547. Location: http://www.zipcodewilmington.com
  548. Connection: close
  549. HTTP/1.1 301 Moved Permanently
  550. Location: http://www.google.com/
  551. Content-Type: text/html; charset=UTF-8
  552. Date: Sat, 30 Jun 2018 03:04:48 GMT
  553. Expires: Mon, 30 Jul 2018 03:04:48 GMT
  554. Cache-Control: public, max-age=2592000
  555. Server: gws
  556. Content-Length: 219
  557. X-XSS-Protection: 1; mode=block
  558. X-Frame-Options: SAMEORIGIN
  559. HTTP/1.1 301 Moved Permanently
  560. Location: http://www.google.com/
  561. Content-Type: text/html; charset=UTF-8
  562. Date: Sat, 30 Jun 2018 03:04:48 GMT
  563. Expires: Mon, 30 Jul 2018 03:04:48 GMT
  564. Cache-Control: public, max-age=2592000
  565. Server: gws
  566. Content-Length: 219
  567. X-XSS-Protection: 1; mode=block
  568. X-Frame-Options: SAMEORIGIN
  569. HTTP/1.1 301 Moved Permanently
  570. Server: Sun-ONE-Web-Server/6.1
  571. Date: Sat, 30 Jun 2018 03:04:48 GMT
  572. Content-length: 122
  573. Content-type: text/html
  574. Location: http://www.zipcodewilmington.com
  575. Connection: close
  576. 609 1842 27221 results.txt