ashNChris / google-safe-browsing

Automatically exported from code.google.com/p/google-safe-browsing
1 stars 0 forks source link

HTTP Headers not returned by server (protocol violation) #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Ran Server with Windows Python 2.7
2. Ran Fiddler to monitor network traffic.
3. Accessed server with browser (locally) with malicious url: 
http://localhost:8099/check_url?url=seos-poi.ru

What is the expected output?

Expect Fidller not to protocol violation.

What do you see instead?

Fiddler has detected a protocol violation in session #403.

The Server did not return properly formatted HTTP Headers. Maybe missing 
altogether (e.g. HTTP/0.9), maybe only \r\r instead of \r\n\r\n?

What version of the product are you using? 

0.2

On what operating system?

Windows 7 x64 and Windows Server 2008 x64

Please provide any additional information below.

This is causing problems when trying to access the server programmatically from 
.Net however the problem is easiest to demonstrate with a Browser and Fiddler 
running so that you can see the problem.

Original issue reported on code.google.com by wildfict...@gmail.com on 12 Aug 2010 at 4:31

GoogleCodeExporter commented 8 years ago
I can confirm this bug. Firefox refuses to load the page.

Fix attached.

Original comment by pep...@bvdot.tk on 25 Nov 2013 at 3:57

Attachments: