Hi,
I tested pcap2har. I opened a har file in HTTPWatch Studio, but it
complained that query string parameter does not match url parameter. I
made a little investigation and found out that the URL I tested has an
empty query parameter. Then I found out that function
urlparse.parse_qs (in http/request.py) has the second optional
parameter keep_blank_values. Setting that second parameter as true
seems to fix the problem with empty query parameters.
Thank you for great software,
Jussi
twitter.com/jmakinen