{
"s": 200,
"h": {
"cache-control": "no-cache, private, must-revalidate, pre-check=0, post-check=0",
"cf-cache-status": "DYNAMIC",
"cf-ray": "...",
"content-security-policy": "...",
"content-type": "text/html; charset=utf-8",
"cross-origin-embedder-policy": "unsafe-none",
"cross-origin-opener-policy": "unsafe-none",
"date": "Thu, 21 May 2026 07:37:40 GMT",
"expiry": "Tue, 31 Mar 1981 05:00:00 GMT",
"last-modified": "Thu, 21 May 2026 07:37:40 GMT",
"origin-cf-ray": "...",
"perf": "7402827104",
"pragma": "no-cache",
"reporting-endpoints": "coep-report=\"https://x.com/i/coep-report\", coop-report=\"https://x.com/i/coop-report\"",
"server": "cloudflare envoy",
"set-cookie": "__cf_bm=...; HttpOnly; SameSite=None; Secure; Path=/; Domain=x.com; Expires=Thu, 21 May 2026 08:07:40 GMT",
"strict-transport-security": "max-age=631138519; includeSubdomains",
"vary": "accept-encoding",
"x-content-type-options": "nosniff",
"x-frame-options": "DENY",
"x-powered-by": "Express",
"x-response-time": "154",
"x-served-by": "t4_a",
"x-transaction-id": "84f30733fa93498f",
"x-xss-protection": "0"
},
"b": "..."
}
mhrv-rs 1.9.33Code.gson Google Apps Scriptexit_node.tson Deno and the relay URL correctly returns{"e":"method_not_allowed"}when opened in browsermy config.json :
When I open websites other than the ones in
hosts(such as youtube.com), they are viewed normally. But when I open x.com, for example, I see the following JSON in my browser:JSON response shown in browser
And here are the logs:
mhrv-rs logs
Am I doing something wrong or is this a bug?
P.S. Thank you for this awesome project and all the time and effort you have put into it ❤️