Created
June 9, 2023 06:07
-
-
Save dineybomfim/0b156af86a5737bcc398a8ded613dc7f to your computer and use it in GitHub Desktop.
HTTP bin mock
This file contains hidden or 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
{ | |
"args": {}, | |
"headers": { | |
"Accept": "application/json", | |
"Accept-Encoding": "gzip, deflate, br", | |
"Accept-Language": "en-US,en;q=0.9", | |
"Host": "httpbin.org", | |
"Referer": "https://httpbin.org/", | |
"Sec-Ch-Ua": "\"Not.A/Brand\";v=\"8\", \"Chromium\";v=\"114\", \"Google Chrome\";v=\"114\"", | |
"Sec-Ch-Ua-Mobile": "?0", | |
"Sec-Ch-Ua-Platform": "\"macOS\"", | |
"Sec-Fetch-Dest": "empty", | |
"Sec-Fetch-Mode": "cors", | |
"Sec-Fetch-Site": "same-origin", | |
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", | |
"X-Amzn-Trace-Id": "Root=1-6482b8fb-143115fd24b9848c610ff335" | |
}, | |
"origin": "123.456.78.901", | |
"url": "https://httpbin.org/get" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment