asciimoo / wuzz

Interactive cli tool for HTTP inspection
GNU Affero General Public License v3.0
10.58k stars 412 forks source link

Request data missing when loading request from file #109

Closed jgrossophoff closed 6 years ago

jgrossophoff commented 6 years ago

When I load a request with wuzz -f [FILENAME] where the file contains {"data":"foo=bar","get":"bar=baz","headers":"Accept-Charset: smth","method":"PATCH","url":"https://google.de"} the Request data field is blank. Any thoughts? Am I doing something wrong? Thanks in advance!

jgrossophoff commented 6 years ago

Great! Thank you very much!