Post Reply 
Content of killed.html shown as text
Nov. 26, 2011, 11:50 PM
Post: #4
RE: Content of killed.html shown as text
Interesting, for what address is the Proxomitron returning a local file that is Content-type: text/plain?

I set the URL-Killer to block everything.

The Log looks like:

Code:
+++GET 3+++
GET / HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Connection: keep-alive
URL-Killer: URL killed

+++RESP 3+++
HTTP/1.1 200 Local file
Date: Sat, 26 Nov 2011 23:07:09 GMT
Server: Proxomitron
Connection: close
Last-Modified: Wed, 21 Apr 1999 08:01:00 GMT
Content-Length: 68
Content-type: text/html
+++CLOSE 3+++

I can see that the Proxomitron caught the request and returned a local file, Content-type: text/html.
Browser displays empty page, source code is

Code:
<!--//--><html><head><title>Connection Killed!</title></head></html>

When I requested something that might be an image

Code:
+++GET 6+++
GET /image.jpg HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Connection: keep-alive
URL-Killer: URL killed

+++RESP 6+++
HTTP/1.1 200 Local file
Date: Sat, 26 Nov 2011 23:19:12 GMT
Server: Proxomitron
Connection: close
Last-Modified: Fri, 08 Jan 1999 10:47:22 GMT
Content-Length: 55
Content-type: image/gif
+++CLOSE 6+++

the proxomitron returned a local file, Content-type: image/gif aka killed.gif.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Content of killed.html shown as text - JJoe - Nov. 26, 2011 11:50 PM

Forum Jump: