kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Request payload not shown #28

Closed mhnagaoka closed 8 years ago

mhnagaoka commented 8 years ago

Unlike Chrome DevTools, a request payload / form data is not shown on the detail pane.

image

For reference, this is a Chrome's screenshot of a similar request made with Postman. Notice the "Form Data" section at the bottom of the screenshot.

image

kdzwinel commented 8 years ago

Good catch, thanks! I've fixed it in #30 - please take a look.

homburg commented 8 years ago

Great, works for me :+1:

kdzwinel commented 8 years ago

Thanks for testing @homburg! I'm merging this.

mhnagaoka commented 8 years ago

Great! Thanks a lot! :smile: