o0111 / ruralcafe

Automatically exported from code.google.com/p/ruralcafe
0 stars 0 forks source link

Avoid duplicate request/response logging when redirecting #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently these redirects are causing duplicates. Really caused by the way the 
local proxy interacts with the client browser.

Original issue reported on code.google.com by shouldab...@gmail.com on 10 Oct 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Actually, to have a complete log, this is good, isn't it?

If we're visiting http://bla.com, which redirects to http://www.bla.com , then 
the first request will only produce two log entries (request and response). As 
we actually receive two requests from the browser, and this is the normal HTTP 
procedure for redirects, I would not try to suppress logging the first request.

What do you think, Jay?

Original comment by satiaher...@gmx.de on 5 Jun 2013 at 9:59

GoogleCodeExporter commented 8 years ago

Original comment by satiaher...@gmx.de on 4 Jul 2013 at 7:27