Jamez-s 8 anni fa
parent
commit
7648634d3f
5 ha cambiato i file con 725 aggiunte e 0 eliminazioni
  1. 6
    0
      Comments.md
  2. BIN
      a350.jpg
  3. 59
    0
      debugdump.txt
  4. 50
    0
      example.com.html
  5. 610
    0
      results.txt

+ 6
- 0
Comments.md Vedi File

@@ -2,3 +2,9 @@
2 2
 
3 3
 
4 4
 
5
+-o open a particular file through the url
6
+
7
+-I Fetch headers only. Shows file size and last modification time
8
+- A 301 redirect is a permanent redirect from one URL to another. 301 redirects send site visitors and search engines to a different URL than the one they originally typed into their browser or selected from a search engine results page.Second is also a 301
9
+
10
+- 122 HTTP REQUESTS

BIN
a350.jpg Vedi File


+ 59
- 0
debugdump.txt Vedi File

@@ -0,0 +1,59 @@
1
+== Info:   Trying 2606:2800:220:1:248:1893:25c8:1946...
2
+== Info: TCP_NODELAY set
3
+== Info: Connected to www.example.com (2606:2800:220:1:248:1893:25c8:1946) port 80 (#0)
4
+=> Send header, 79 bytes (0x4f)
5
+0000: GET / HTTP/1.1
6
+0010: Host: www.example.com
7
+0027: User-Agent: curl/7.54.0
8
+0040: Accept: */*
9
+004d: 
10
+<= Recv header, 17 bytes (0x11)
11
+0000: HTTP/1.1 200 OK
12
+<= Recv header, 22 bytes (0x16)
13
+0000: Accept-Ranges: bytes
14
+<= Recv header, 31 bytes (0x1f)
15
+0000: Cache-Control: max-age=604800
16
+<= Recv header, 25 bytes (0x19)
17
+0000: Content-Type: text/html
18
+<= Recv header, 37 bytes (0x25)
19
+0000: Date: Sat, 30 Jun 2018 01:10:28 GMT
20
+<= Recv header, 26 bytes (0x1a)
21
+0000: Etag: "1541025663+ident"
22
+<= Recv header, 40 bytes (0x28)
23
+0000: Expires: Sat, 07 Jul 2018 01:10:28 GMT
24
+<= Recv header, 46 bytes (0x2e)
25
+0000: Last-Modified: Fri, 09 Aug 2013 23:54:35 GMT
26
+<= Recv header, 24 bytes (0x18)
27
+0000: Server: ECS (phl/9D56)
28
+<= Recv header, 23 bytes (0x17)
29
+0000: Vary: Accept-Encoding
30
+<= Recv header, 14 bytes (0xe)
31
+0000: X-Cache: HIT
32
+<= Recv header, 22 bytes (0x16)
33
+0000: Content-Length: 1270
34
+<= Recv header, 2 bytes (0x2)
35
+0000: 
36
+<= Recv data, 879 bytes (0x36f)
37
+0000: <!doctype html>.<html>.<head>.    <title>Example Domain</title>.
38
+0040: .    <meta charset="utf-8" />.    <meta http-equiv="Content-type
39
+0080: " content="text/html; charset=utf-8" />.    <meta name="viewport
40
+00c0: " content="width=device-width, initial-scale=1" />.    <style ty
41
+0100: pe="text/css">.    body {.        background-color: #f0f0f2;.   
42
+0140:      margin: 0;.        padding: 0;.        font-family: "Open S
43
+0180: ans", "Helvetica Neue", Helvetica, Arial, sans-serif;.        . 
44
+01c0:    }.    div {.        width: 600px;.        margin: 5em auto;. 
45
+0200:        padding: 50px;.        background-color: #fff;.        bo
46
+0240: rder-radius: 1em;.    }.    a:link, a:visited {.        color: #
47
+0280: 38488f;.        text-decoration: none;.    }.    @media (max-wid
48
+02c0: th: 700px) {.        body {.            background-color: #fff;.
49
+0300:         }.        div {.            width: auto;.            mar
50
+0340: gin: 0 auto;.            border-radius: 0;.    
51
+<= Recv data, 391 bytes (0x187)
52
+0000:         padding: 1em;.        }.    }.    </style>    .</head>..
53
+0040: <body>.<div>.    <h1>Example Domain</h1>.    <p>This domain is e
54
+0080: stablished to be used for illustrative examples in documents. Yo
55
+00c0: u may use this.    domain in examples without prior coordination
56
+0100:  or asking for permission.</p>.    <p><a href="http://www.iana.o
57
+0140: rg/domains/example">More information...</a></p>.</div>.</body>.<
58
+0180: /html>.
59
+== Info: Connection #0 to host www.example.com left intact

+ 50
- 0
example.com.html Vedi File

@@ -0,0 +1,50 @@
1
+<!doctype html>
2
+<html>
3
+<head>
4
+    <title>Example Domain</title>
5
+
6
+    <meta charset="utf-8" />
7
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
9
+    <style type="text/css">
10
+    body {
11
+        background-color: #f0f0f2;
12
+        margin: 0;
13
+        padding: 0;
14
+        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
+        
16
+    }
17
+    div {
18
+        width: 600px;
19
+        margin: 5em auto;
20
+        padding: 50px;
21
+        background-color: #fff;
22
+        border-radius: 1em;
23
+    }
24
+    a:link, a:visited {
25
+        color: #38488f;
26
+        text-decoration: none;
27
+    }
28
+    @media (max-width: 700px) {
29
+        body {
30
+            background-color: #fff;
31
+        }
32
+        div {
33
+            width: auto;
34
+            margin: 0 auto;
35
+            border-radius: 0;
36
+            padding: 1em;
37
+        }
38
+    }
39
+    </style>    
40
+</head>
41
+
42
+<body>
43
+<div>
44
+    <h1>Example Domain</h1>
45
+    <p>This domain is established to be used for illustrative examples in documents. You may use this
46
+    domain in examples without prior coordination or asking for permission.</p>
47
+    <p><a href="http://www.iana.org/domains/example">More information...</a></p>
48
+</div>
49
+</body>
50
+</html>

+ 610
- 0
results.txt Vedi File

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