books/gu-zhenren/door-to-file-b/evidence-http/001-cursor-garbage-valid-url.json

33 lines
No EOL
895 B
JSON

{
"n": 1,
"at": "2026-09-11T22:35:03+0300",
"method": "GET",
"url": "http://127.0.0.1:8098/v0/books?cursor=not-a-real-cursor",
"status": 400,
"ms": 2,
"headers": {
"Cache-Control": "no-store",
"Content-Security-Policy": "default-src 'none'; frame-ancestors 'none'",
"Content-Type": "application/problem+json",
"Referrer-Policy": "no-referrer",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"X-Request-Id": "IKTXPFTZ6B4URGZL",
"X-Robots-Tag": "noindex, nofollow",
"Date": "Fri, 11 Sep 2026 19:35:03 GMT",
"Content-Length": "153",
"Connection": "close"
},
"request_ctype": null,
"request_bytes": 0,
"body": {
"type": "about:blank",
"title": "Invalid request",
"status": 400,
"code": "invalid_request",
"request_id": "IKTXPFTZ6B4URGZL",
"cause": {
"code": "cursor_invalid"
}
}
}