blob: 9552bc02c6190cf5d8efa05dd4c13740a6c0a8af (
plain) (
tree)
|
|
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Authorization:
- Bearer foo
Connection:
- keep-alive
User-Agent:
- mastodonpy
method: GET
uri: https://zombo.com/api/v1/instance/
response:
body:
string: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
'
headers:
Connection:
- Keep-Alive
Content-Length:
- '196'
Content-Type:
- text/html; charset=iso-8859-1
Date:
- Sat, 19 Nov 2022 00:42:48 GMT
Keep-Alive:
- timeout=2, max=500
Server:
- Apache
status:
code: 404
message: Not Found
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Authorization:
- Bearer foo
Connection:
- keep-alive
User-Agent:
- mastodonpy
method: GET
uri: https://zombo.com/api/v1/instance/
response:
body:
string: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
'
headers:
Connection:
- Keep-Alive
Content-Length:
- '196'
Content-Type:
- text/html; charset=iso-8859-1
Date:
- Sat, 19 Nov 2022 00:42:48 GMT
Keep-Alive:
- timeout=2, max=500
Server:
- Apache
status:
code: 404
message: Not Found
version: 1
|