GithubHelp home page GithubHelp logo

karimbenzema / httpfox Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 1.43 MB

Automatically exported from code.google.com/p/httpfox

License: GNU General Public License v2.0

JavaScript 91.61% CSS 5.35% XSLT 3.04%

httpfox's People

Forkers

scottaglia

httpfox's Issues

Multi-valued query parameter only shows once in Query String parameter list

What steps will reproduce the problem?
1. A GET query string generated by a form with a multiple selection list
will have multiple instances of the same parameter name with different
values.  
2.
3.

What is the expected output? What do you see instead?

In the httpfox Query String panel, only the last parameter value is
included in the list.

What version of the product are you using? On what operating system?

Version 0.8.2 
Firefox 3.0.1
Windows XP SP2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Jul 2008 at 7:50

Pretty and Raw felds are not aligned

What steps will reproduce the problem?
1. navigate to any page
2. select the POST Data tab
3. select alternatively Raw and Pretty buttons
4. the fields of the pretty and raw contents are not aligned

What is the expected output? What do you see instead?
4. the fields of the pretty and raw contents should be aligned


What version of the product are you using? On what operating system?
HttpFox 0.8.2
Fx 3
Windows XP x64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 Jul 2008 at 5:45

remember log column width and view state

It would be nice if the width and state of the log columns are remembered
between close/open.

(That should be the last issue, but no guarantees, I'm going to use it like
crazy now ;)

Original issue reported on code.google.com by [email protected] on 1 Sep 2008 at 3:20

remember window position and state

it seem that currently only the window size is remembered between
close/open. It would be nice to remember position and maximized states as well.

(sorry for all I my ideas, I dont want to spam :)

Original issue reported on code.google.com by [email protected] on 1 Sep 2008 at 3:18

URI encoded data containting the plus character (%2B) is displayed incorrectly as a space

What steps will reproduce the problem?
1. POST a url encoded form with text like "hello+world"
2. Well get sent as "hello%2Bworld"
3. But in pretty mode, it will say the posted value is "hello world"

What is the expected output? What do you see instead?
Expect "hello+world"
Got "hello world"

What version of the product are you using? On what operating system?
0.8.3 / FF 3.0.3

Please provide any additional information below.
Patch attached to fix the issue. Problem was order of operations decoding
URI data. Need to convert the pluses first, not later.

Original issue reported on code.google.com by [email protected] on 6 Oct 2008 at 5:03

Attachments:

Toolbar missing when opening second instance of Firefox

What steps will reproduce the problem?
1. Open an instance of Firefox 3.0x
2. Then open a NEW instance of Firefox 3.0x
3. Notice toolbars mising text (Most Visited, Getting Started .... missing)

What is the expected output? What do you see instead?
Exepct the bookmarks toolbar to be populated, google toolbar to have text

What version of the product are you using? On what operating system?
v0.8.2, Windows Vista 32bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Nov 2008 at 11:50

Response Body is not captured directly

the body of the response is read from the cache. therefore if there are
requests which does not get cached it is not possible to view the content.
alternatives to getting the body/content would be nice.

Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 10:40

separate request

can you in some way separate requests from different firefox tabs(i.e. make
tabs in httpfox, or after each commited request make an empty line(as
written below[be aware of AJAX requests, then]) )?
or/and, can you at least make a "separate" button (next to the start, stop
and clear buttons), whose function is to make an empty line (editable by
me), that could help me separate which subrequests(requesting an image,
css,..) belong to which mainrequest(when I submit some URL in FF address bar)?

and sorry for some grammar mistakes (I know there are some :-) )

Original issue reported on code.google.com by [email protected] on 15 Sep 2008 at 8:03

preview image content as image

This is not a bug report, can't figure out how to request an enhancement.

I'd like to be able to view image content directly in the content tab.

Original issue reported on code.google.com by [email protected] on 1 Sep 2008 at 3:12

Content tab xml Pretty print not working on Firefox3

Reproduction:
1. Install Firefox 3
2. Install httpfox 0.8.2
3. Make request with response of mime type text/xml

Expected output:
xml pretty print in content tab

Actual result:
no pretty print and console shows following error:
"Security Error: Content at about:blank may not load or link to
chrome://httpfox/content/XMLPrettyPrint.css."

What version of the product are you using? On what operating system?
Windows NT 5.1, Gecko/2008052906 Firefox/3.0

Please provide any additional information below.
Someone should check FF3 chrome related security changes.
http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3#Step_4:_C
heck_for_relevant_chrome_changes


Original issue reported on code.google.com by andis.grossteins on 30 Jun 2008 at 2:58

Capture doesn't work in FF3b5

What steps will reproduce the problem?
1. Install HttpFox in Firefox 3 beta 5.
2. Try to start capturing.
3. Won't work, nothing happens.

What is the expected output? What do you see instead?
I've seen it work well in previous Firefox versions. Now the HttpFox panel
opens but it won't do anything. Pressing "start" doesn't have any effect.
Auto-start doesn't work either.

What version of the product are you using? On what operating system?
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008032619
(Firefox/2.0.0.6) ID:2008032619

Original issue reported on code.google.com by [email protected] on 6 May 2008 at 2:24

There are no keyboard mnemonics

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Keyboard mnemonics should present to ease operation and navigation w/o
using a mouse.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jul 2008 at 5:50

Times in overview are sometimes a factor 10 too large

What steps will reproduce the problem?
1. Download some fast loading content (like from cache), for instance the
google navigation: http://www.google.com/images/nav_logo3.png
2. Load it from your cache or see if it can load normally below 0.1 second
3. Everytime it actually is loading below 0.1 second, httpfox displays it
10x too large. So 0.05 becomes 0.5 etc

What is the expected output? What do you see instead?
Obviously, it should be 0.05 rather than 0.5

What version of the product are you using? On what operating system?
Firefox 3.0 with the following plugins: HttpFox 0.8.2, Live HTTP headers
0.14, Firebug 1.2.0b4, Yslow 0.9.5b2, lori 0.2.0.20080521 and web developer
1.1.5

Original issue reported on code.google.com by [email protected] on 3 Jul 2008 at 9:33

Not compatable with 2.0.0.16

What steps will reproduce the problem?
1. add to firefox version 2.0.0.16
2. restart
3. check add-ons dialog

What is the expected output? What do you see instead?
it says in the add-ons "Not compatible with 2.0.0.16

What version of the product are you using? On what operating system?
Windows, httpfox 8.2, firefox 2.0.0.16

Original issue reported on code.google.com by [email protected] on 24 Aug 2008 at 2:32

Cache infos

cache info tab.
number of cachehits, cache info before request, cache info after request,
etc...

Original issue reported on code.google.com by [email protected] on 6 Mar 2008 at 8:28

images ` content no readable

if a browser requests for some image then after clicking on "Content" tab
some odd content is displayed. As long as image mime type is not a plain
text :) I recommend displaying rather the image itself - it s more helpful
then :)

Original issue reported on code.google.com by [email protected] on 24 Oct 2008 at 1:24

Header not fully recorded in some circumstances (flash movie)

What steps will reproduce the problem?
1. visit
http://www.clearspring.com/widgets/48e33ee557c496ff?p=48e33ee59a0ec71&flv=config
URL%3Dhttp%253A%252F%252Fema.mtv.co.uk%252Fsuperfan%252Fwidget-xml%252F5%252F274
130150%252Fcliche
2. click on 'vote' - observe the headers sent to 'vote-proxy.php'

(apologies, it does actually vote for Rick Astley - if you want to test it
without voting for him, use mtv's superfan page to get a different widget)

What is the expected output? What do you see instead?
Expected - referer header correctly reported:

Referer: http://ema.mtv.co.uk/assets/flash/superfan-widget.swf
(from WireShark)

Actual behaviour - referer header truncated:
Referer http

Other headers appear to be OK. Votes through the normal MTV site have the
correct header (http://ema.mtv.co.uk/vote/)

What version of the product are you using? On what operating system?
WinXP-64 with FF 3.03. HttpFox 0.8.2

Please provide any additional information below.
Can't really explain this behaviour; I created a flash movie of my own and
had the same problem so I presume it's related to flash (and why it works
fine with http)


Original issue reported on code.google.com by [email protected] on 16 Oct 2008 at 11:11

Add more filter options

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
0.8.2

Please provide any additional information below.
Add filter options that allow the user to filter for: Method, Result, URL, Type

Original issue reported on code.google.com by [email protected] on 29 Jul 2008 at 2:48

httpfox not displaying the expected output

What steps will reproduce the problem?
1. Start httpfox

What is the expected output? What do you see instead?
Say I submit a form. Then I want to see Headers, Query String, POST Data
and Content. Instead I see nothing in the respective output fields. They
just remain empty. 

What version of the product are you using? On what operating system?
0.8.2, Firefox 3.0.1, Windows XP

Please provide any additional information below.
Installed Extensions: Add Block Plus, DOM Inspector, Web Developer,
Firebug, IETab, Noscript, JavaScript Debugger, DownThemAll and FoxyProxy
(disabled)

Original issue reported on code.google.com by [email protected] on 26 Sep 2008 at 7:26

URLs Listed Twice

What steps will reproduce the problem?
1.Open firefox  
2. Enable Httpfox
3Examine Url list 

What is the expected output? What do you see 
instead?


What version of the product are you using? On what 
operating system?

0.8.2
Please provide any additional information below.
FF 3.0.3.  
I am on a Corp network behind firewalls and proxy 
servers
Work email [email protected]


Original issue reported on code.google.com by [email protected] on 1 Oct 2008 at 1:48

install httpfox-0.8.2 failed!

What steps will reproduce the problem?
1. to https://addons.mozilla.org/zh-CN/firefox/addon/6647
2. click and install

What is the expected output? What do you see instead?
install failed, because
'https://addons.mozilla.org/zh-CN/firefox/downloads/file/28580/httpfox-0.8.2-fx.
xpi
download error -228'

What version of the product are you using? On what operating system?
firefox 3.0.1, windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jul 2008 at 1:24

Check Box in the menu is not changed when panel closed via close button

What steps will reproduce the problem?
1. Open HttpFox panel via  "Toggle HttpFox" menu. Checkbox in the menu
becomes checked.
2. Close HttpFox panel via red button in the right corner of the panel.
3. Open menu to see checkbox of "Toggle HttpFox" menu item. The checkbox
stays checked.

What version of the product are you using? On what operating system?
Firefox 2.0.0.14 (Russian)
HttpFox 0.8.2

Original issue reported on code.google.com by [email protected] on 17 Jun 2008 at 11:06

No Header, Cookie, String, Post, or Content Data being displayed

What steps will reproduce the problem?
1. Open HttpFox
2. Uninstalled and Reinstalled
3. Effects all web pages

What is the expected output? What do you see instead?

Expect to see data collected by HttpFox.  I See no data on bottom half of
screen ie Headers through Content.

What version of the product are you using? On what operating system?

HttpFox 0.8.2 on FireFox 2.0.0.15 using WXP Pro SP3 and Many Add-ons

Please provide any additional information below.

Have not been able to get this add-on to work properly since first
installation.  It seems to capture all the http requests properly but will
not display any other information. 




Original issue reported on code.google.com by [email protected] on 11 Jul 2008 at 11:00

"Content" tab issues NS_ERROR_DOCUMENT_NOT_CACHED on all POST/GET in nightly FF3 builds : (

What steps will reproduce the problem?
1. Get the Firefox 3 Nightly build (tested with Gecko/2008051006)
2. Run any POST or GET request
3.

What is the expected output? What do you see instead?
expected the "Content" tab to display the responseXML/responseText, it
displays "Error loading content (NS_ERROR_DOCUMENT_NOT_CACHED)"

What version of the product are you using? On what operating system?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008051006
Minefield/3.0pre

Please provide any additional information below.
hopwe this is an easy fix :) very sad to have found it to replace bulky
Firebug to find out it doesnt work :(.

Original issue reported on code.google.com by [email protected] on 10 May 2008 at 6:47

Pretty display of POST variables not working with arrays

What steps will reproduce the problem?
1. POST any array data (several fields with the same name; usually ending
with '[]' for processing with PHP)
2. query string should be something like this:
   myarray=val1&myarray=val2&myarray=val3...

What is the expected output? What do you see instead?

In Raw display mode there is whole query string visible (as above) but in
Pretty mode only last value is displayed: myarray=val3. There should be a
possibility to see all the values of an array or at least some indicator
that there are more values than currently displayed.


What version of the product are you using? On what operating system?

Windows XP, FF 3.0.2, HF 0.8.2


Please provide any additional information below.

I've generated POST data with JavaScript rather than with regular HTML form
but it should be no case as Pretty and Raw displays are inconsistent.

Because of this inconsistence I consider it rather defect than enhancement.
It may be very confusing. I've ended today debugging library responsible
for preparing POST data because I believed that what I see is a real output
from library.

Original issue reported on code.google.com by [email protected] on 28 Sep 2008 at 11:00

nsIChannel.notificationCallbacks gets overridden, so listeners never get called

To the httpfox developers:

I am an extension developer and noticed that when httpfox is installed and
running (listening to and intercepting traffic), it prevents a channel's
notification callbacks from being called when the channel is uploading
(POSTing) data.

Specifically, my extension creates an http channel (nsIHttpChannel), and
then sets its notificationCallbacks property as follows:

        var eventSink = {
            onProgress: FUNCTION,
            onStatus: FUNCTION,
            QueryInterface: function(iid) {
                jsdump("eventSink QI");
                if (iid.equals(ci.nsIProgressEventSink) ||
                 iid.equals(ci.nsISupports))
                    return this;
                jsdump("eventSink QI NS_ERROR_NO_INTERFACE");
                Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
                return null;
            }
        };

        var progressCallback = {
            getInterface: function(iid) {
                jsdump("progressCallback getInterface, iid requested: " + iid.number);
                if (iid.equals(ci.nsIProgressEventSink)) return eventSink;

                debugger;
                jsdump("progressCallback getInterface NS_ERROR_NO_INTERFACE");
                Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
                return null;
            },
            QueryInterface: function(iid) {
                if (iid.equals(ci.nsIInterfaceRequestor) ||
                 iid.equals(ci.nsISupports))
                 return this;

                Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
                return null;
            },
        }; 

        httpChannel.notificationCallbacks = progressCallback;
MORE CODE
httpChannel.asyncOpen(CODE);


It is expected that the channel eventually calls progessCallback's
getInterface method, which will return eventSink. When httpfox is running
and intercepting traffice, however, this getInterface call never occurs.
This appears to be a general problem and I don't know how it affects other
Firefox extensions or Firefox itself.




What steps will reproduce the problem?
See above.


What is the expected output? What do you see instead?
See above.


What version of the product are you using? On what operating system?
HttpFox 0.8.2 on Mozilla Firefox 3.0.3, Windows XP SP3 (32-bit).

Please provide any additional information below.
If you need to set your own notificationCallbacks to get information on the
http upload, I suggest that your code:
1. checks for an existing notificationCallbacks property
2. If set, store that property internally.
3. As notificationCallback elements are called (probably requiring
getInterface to the corresponding event sink), process those requests for
HttpFox, and then pass the parameters along to the registered
notificationCallbacks.

Thanks, Sean Leonard

Original issue reported on code.google.com by [email protected] on 11 Oct 2008 at 7:26

Ability to export and save data

What steps will reproduce the problem?
1. Would be nice to be able to export the data or save to an external file.
 Allowing people to share information for debugging purposes.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 10 Jun 2008 at 8:56

Pretty content not cleared on pressing Clear button

What steps will reproduce the problem?
1. Open HttpFox pane/window
2. Press HttpFox Start button
3. navigate to http://www.w3schools.com/XML/note.xml and wait to fully load
4. select the header summary row for the request in question
4. activate the HttpFox Content tab
5. check the Pretty button in
6. press the Clear button
7. the Pretty content is still there and the one can still switch between
Raw and Pretty

What is the expected output? What do you see instead?
7. Pretty content should be blank and Raw and Pretty buttons should be
unavailable.

What version of the product are you using? On what operating system?
HttpFox 0.8.2
Fx 3
Windows XP x64

Please provide any additional information below.
It is the same and with the Post Data tab.

Original issue reported on code.google.com by [email protected] on 4 Jul 2008 at 5:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.