Rawscope is a diagnostic tool. You paste a JSON blob or give it a URL, and it tells you whether the JSON parses, where it fails, and what the server at that URL actually sent. Its entire purpose is to show you raw response data.
Text you paste into the Pasted text mode is parsed entirely in your browser, with JavaScript on this page. It is not sent to any server, is not stored, and cannot be retrieved by Rawscope or anyone else. When you close or reload the page, it is gone.
When you enter a URL, your browser sends that URL to this site’s own API endpoint
(/api/fetch). The API fetches the URL on the server, reads the response, and
returns it to your browser for display. Your pasted content is never sent anywhere beyond
the request for the URL you typed.
The fetch is made from the hosting provider’s edge network (a Cloudflare Worker). The URL you asked for, and the response from that URL, pass through that provider’s systems in order to perform the request. Rawscope does not store this data.
The hosting provider may keep operational logs required to run and secure the service. Rawscope does not use those logs to build profiles and does not sell or share them commercially. We do not add analytics of our own.
The API refuses URLs that point at loopback, link-local, or private-network addresses (SSRF protection), refuses unsupported protocols, and follows a maximum of 5 redirects, re-validating each hop against the same rules. This is a platform-safety measure, not a data-collection feature.
The site loads its fonts from Google Fonts; loading the page makes a request to Google’s font servers. The site itself is served from the hosting provider’s edge network.
There is no registered entity, no address, and no support mailbox for Rawscope yet. Until the operator registers a legal entity and provides contact details, there is no channel through which to exercise privacy requests, so this policy cannot promise a response. This section will be updated when the operator supplies contact information.
This policy will be updated when the product or the legal situation changes. The date above reflects the last update.