Skip to content

Query for POST method #28

@len-ro

Description

@len-ro

Hello, I found this tool very useful and I want to provide a patch since in the case of POST method the query string is not present in the har. The small change should be done in request.py:

 queryToParse = uri.query
 if not uri.query:
       queryToParse=self.msg.body
 self.query = urlparse.parse_qs(queryToParse, keep_blank_values=True)

this way the POST parameters are properly displayed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions