{
"startedDateTime": "2021-03-05T16:44:41.058Z",
"clientIPAddress": "3.237.71.247",
"method": "GET",
"url": "http://mockbin.com/request",
"httpVersion": "HTTP/1.1",
"cookies": {},
"headers": {
"host": "mockbin.com",
"connection": "close",
"accept-encoding": "gzip",
"x-forwarded-for": "3.237.71.247, 162.158.79.219",
"cf-ray": "62b4cf745f300093-IAD",
"x-forwarded-proto": "http",
"cf-visitor": "{\"scheme\":\"http\"}",
"user-agent": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"accept-language": "en-US,en;q=0.5",
"if-modified-since": "Wed, 23 Sep 2020 03:26:23 GMT",
"cf-connecting-ip": "3.237.71.247",
"cdn-loop": "cloudflare",
"cf-request-id": "08a4dffcb900000093621fa000000001",
"x-request-id": "82d91d49-bf5a-4d0e-a08b-ca4975c94c2d",
"x-forwarded-port": "80",
"via": "1.1 vegur",
"connect-time": "0",
"x-request-start": "1614962681047",
"total-route-time": "7"
},
"queryString": {},
"postData": {
"mimeType": "application/octet-stream",
"text": "",
"params": []
},
"headersSize": 708,
"bodySize": 0
}
startedDateTime: '2021-03-05T16:44:41.058Z'
clientIPAddress: 3.237.71.247
method: GET
url: 'http://mockbin.com/request'
httpVersion: HTTP/1.1
cookies:
headers:
host: mockbin.com
connection: close
accept-encoding: gzip
x-forwarded-for: '3.237.71.247, 162.158.79.219'
cf-ray: 62b4cf745f300093-IAD
x-forwarded-proto: http
cf-visitor: '{"scheme":"http"}'
user-agent: 'CCBot/2.0 (https://commoncrawl.org/faq/)'
accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
accept-language: 'en-US,en;q=0.5'
if-modified-since: 'Wed, 23 Sep 2020 03:26:23 GMT'
cf-connecting-ip: 3.237.71.247
cdn-loop: cloudflare
cf-request-id: 08a4dffcb900000093621fa000000001
x-request-id: 82d91d49-bf5a-4d0e-a08b-ca4975c94c2d
x-forwarded-port: '80'
via: '1.1 vegur'
connect-time: '0'
x-request-start: '1614962681047'
total-route-time: '7'
queryString: {}
postData:
mimeType: application/octet-stream
text: ""
params: []
headersSize: 708
bodySize: 0
<?xml version="1.0"?>
<response>
<startedDateTime>2021-03-05T16:44:41.058Z</startedDateTime>
<clientIPAddress>3.237.71.247</clientIPAddress>
<method>GET</method>
<url>http://mockbin.com/request</url>
<httpVersion>HTTP/1.1</httpVersion>
<cookies/>
<headers>
<host>mockbin.com</host>
<connection>close</connection>
<accept-encoding>gzip</accept-encoding>
<x-forwarded-for>3.237.71.247, 162.158.79.219</x-forwarded-for>
<cf-ray>62b4cf745f300093-IAD</cf-ray>
<x-forwarded-proto>http</x-forwarded-proto>
<cf-visitor>{"scheme":"http"}</cf-visitor>
<user-agent>CCBot/2.0 (https://commoncrawl.org/faq/)</user-agent>
<accept>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</accept>
<accept-language>en-US,en;q=0.5</accept-language>
<if-modified-since>Wed, 23 Sep 2020 03:26:23 GMT</if-modified-since>
<cf-connecting-ip>3.237.71.247</cf-connecting-ip>
<cdn-loop>cloudflare</cdn-loop>
<cf-request-id>08a4dffcb900000093621fa000000001</cf-request-id>
<x-request-id>82d91d49-bf5a-4d0e-a08b-ca4975c94c2d</x-request-id>
<x-forwarded-port>80</x-forwarded-port>
<via>1.1 vegur</via>
<connect-time>0</connect-time>
<x-request-start>1614962681047</x-request-start>
<total-route-time>7</total-route-time>
</headers>
<queryString/>
<postData>
<mimeType>application/octet-stream</mimeType>
<text/>
<params/>
</postData>
<headersSize>708</headersSize>
<bodySize>0</bodySize>
</response>
You're viewing the HTML output, try calling this endpoint with an Accept
header with one of the values: application/x-yaml
, application/json
, application/xml