Find out what a web server really responds with: the final HTTP status code, the redirect chain, the response headers and whether HTTPS is used. Every request is made through a clearly identified server-side API — never disguised as a test from your machine.
What this tool does
It contacts the URL through two independent public APIs:
- microLink follows the redirect chain and reports the final status code, each hop, and the response headers its server received.
- hackertarget returns the raw first response — including the original status and
Location header — so you can see the first hop even when the page ultimately loads elsewhere.
Your browser also measures the time each round trip takes, which is shown separately as browser-measured.
Why it is not a fake browser request
Browsers normally refuse to read cross-origin responses (CORS), so a pure browser tool often cannot see a site's real status code. This tool deliberately does not try to bypass that restriction. Instead it uses legitimate public APIs that perform the request on their own servers. Every number is labeled either “server-side request” or “browser-measured”, so you always know who made the measurement.
Limitations & transparency
API providers run their servers in specific locations (often the US). Their connection to the target differs from yours, and their results can differ from what a visitor in your country sees. Both services also rate-limit free usage, so if one source is temporarily unavailable the tool shows a clear message and continues with the other.
The checked URL is sent by your browser to microLink and hackertarget. This site has no backend and stores no results. See the Privacy Policy.