Created
August 22, 2020 19:20
-
-
Save gsumit1/c033546ff3bd1133bfd27af77debfd8c to your computer and use it in GitHub Desktop.
ResponseCreatedByMounteBank-Proxy
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
{ | |
"imposters": [ | |
{ | |
"predicates": [ | |
{ | |
"caseSensitive": true, | |
"deepEquals": { | |
"headers": { | |
"Host": "127.0.0.1:9907", | |
"Connection": "keep-alive", | |
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36", | |
"Accept": "*/*", | |
"Sec-Fetch-Site": "none", | |
"Sec-Fetch-Mode": "cors", | |
"Sec-Fetch-Dest": "empty", | |
"Accept-Encoding": "gzip, deflate, br", | |
"Accept-Language": "en-US,en;q=0.9,bn;q=0.8,hi;q=0.7" | |
} | |
} | |
}, | |
{ | |
"caseSensitive": true, | |
"deepEquals": { | |
"method": "GET" | |
} | |
}, | |
{ | |
"caseSensitive": true, | |
"deepEquals": { | |
"path": "/get" | |
} | |
} | |
], | |
"responses": [ | |
{ | |
"is": { | |
"statusCode": 200, | |
"headers": { | |
"Date": "Sat, 22 Aug 2020 18:46:54 GMT", | |
"Content-Type": "application/json", | |
"Content-Length": "552", | |
"Connection": "keep-alive", | |
"Server": "gunicorn/19.9.0", | |
"Access-Control-Allow-Origin": "*", | |
"Access-Control-Allow-Credentials": "true" | |
}, | |
"body": "{\n \"args\": {}, \n \"headers\": {\n \"Accept\": \"*/*\", \n \"Accept-Encoding\": \"gzip, deflate, br\", \n \"Accept-Language\": \"en-US,en;q=0.9,bn;q=0.8,hi;q=0.7\", \n \"Host\": \"httpbin.org\", \n \"Sec-Fetch-Dest\": \"empty\", \n \"Sec-Fetch-Mode\": \"cors\", \n \"Sec-Fetch-Site\": \"none\", \n \"User-Agent\": \"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36\", \n \"X-Amzn-Trace-Id\": \"Root=1-5f41681e-1d64b97fd4a6a3a28353395b\"\n }, \n \"origin\": \"106.215.49.96\", \n \"url\": \"http://httpbin.org/get\"\n}\n", | |
"_mode": "text" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment