janczakb / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Anchor Tags should never be present in HTTP packets #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Visit a page with an anchor tag. eg www.google.com#test

What is the expected output? What do you see instead?
HTTPFox should show GET to / since anchor tags are never sent to server.

HTTPFox currently shows a hit to /#test .It acts as if the anchor is sent
to server. If you analyze this with a true sniffer like WireShark, you can
see that the anchor tag is never sent to the webserver.

I guess httpfox should try to imitate real protocol conversations.

What version of the product are you using? On what operating system?
Firefox 3.6.3 in Windows 
Firefox 3.6.3 in Ubuntu 10.04

Original issue reported on code.google.com by eduardocereto on 27 Apr 2010 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by pappkame...@gmail.com on 23 Aug 2010 at 7:59

GoogleCodeExporter commented 8 years ago
fixed/changed in version 0.8.8

Original comment by pappkame...@gmail.com on 30 Aug 2010 at 10:09