Skip to content

Instantly share code, notes, and snippets.

@etatge-sokso
Created May 19, 2022 13:58
Show Gist options
  • Save etatge-sokso/cf2a8175e0cebfc8328ad01b4ae60217 to your computer and use it in GitHub Desktop.
Save etatge-sokso/cf2a8175e0cebfc8328ad01b4ae60217 to your computer and use it in GitHub Desktop.
localhost.har
{
"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