mfoulks3200 / har-analyzer

VS Code extension to natively view HAR files
https://marketplace.visualstudio.com/items?itemName=MattFoulks.har-analyzer
GNU General Public License v3.0
7 stars 2 forks source link

No POST data/params #3

Closed kbrannen-mn closed 2 years ago

kbrannen-mn commented 2 years ago

When I go to an entry that is correctly marked POST, there is nothing showing the POST params, or what was sent in the post. I still have to bring the har file up in an editor to see that, so the tool really should show this data.

Thanks!

kbrannen-mn commented 2 years ago

I notice that your "media/example.har" file (for testing?) doesn't have a POST entry in it. Perhaps add a POST to it as well to ensure it comes out right in testing.

mfoulks3200 commented 2 years ago

I'll look into the post data not showing up, as for the HAR file- Feel free to PR in a new one.