Created
May 19, 2022 13:58
-
-
Save etatge-sokso/cf2a8175e0cebfc8328ad01b4ae60217 to your computer and use it in GitHub Desktop.
localhost.har
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"pages": [], | |
"entries": [ | |
{ | |
"request": { | |
"method": "GET", | |
"url": "http://api.example.com?foo=bar+baz.pdf", | |
"queryString": [ | |
{ | |
"name": "foo", | |
"value": "bar+baz.pdf" | |
} | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment