1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Files
httpie-cli/tests
Mickaël Schoentgen e6c5cd3e4b Improve JSON output when there is leading data before the actual JSON body (#1130)
In some special cases, to prevent against Cross Site Script Inclusion (XSSI)
attacks, the JSON response body starts with a magic prefix line that must be
stripped before feeding the rest of the response body to the JSON parser.
Such prefix is now simply ignored from the parser but still printed in the
terminal.

* Fix Windows tests
2021-09-21 11:15:43 +02:00
..
2020-08-06 22:24:03 +02:00
2021-09-01 10:28:03 +02:00
2021-05-05 14:13:39 +02:00
2021-05-29 12:06:06 +02:00
2021-05-05 14:13:39 +02:00
2021-05-05 14:13:39 +02:00
2021-08-05 20:58:43 +02:00
2021-08-05 20:58:43 +02:00
2021-05-05 14:13:39 +02:00
2021-09-01 10:28:03 +02:00
2021-06-15 14:48:44 +02:00

HTTPie Test Suite

Please see CONTRIBUTING for contribution and testing guidelines.