Join Nostr
2026-02-04 19:35:03 UTC

Julia Evans on Nostr: lazyweb: does anyone know if there's a way to get the browser to show you the details ...

lazyweb: does anyone know if there's a way to get the browser to show you the details of the OPTIONS request it sends & what response it got?

in Firefox if I run this, it won't show me anything about the server's HTTP response in the Network tab other than "Blocked"

await fetch('https://google.com';, {
method: 'POST',
});