jbrozenick / httpfox

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

Pretty display of POST variables not working with arrays #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 MightySandman@gmail.com on 28 Sep 2008 at 11:00

GoogleCodeExporter commented 9 years ago
issue needed here too, this can be very confusing because httpfox shows the 
'array'
just like it was a single value

Original comment by nicolas....@gmail.com on 10 Dec 2008 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by pappkame...@gmail.com on 23 Dec 2008 at 8:55

GoogleCodeExporter commented 9 years ago

Original comment by pappkame...@gmail.com on 3 Apr 2009 at 10:45