This tool will get you the response HTTP headers from the URL entered. Thus you can see redirect types (e.g. 301/302...), and from where the page redirects you to what URL.

Common HTTP codes

  • 200 - OK
  • 202 - Accepted
  • 301 - Moved Permanently
  • 302 - Found
  • 400 - Bad Request
  • 403 - Forbidden
  • 404 - Not Found
  • 500 - Internal Server Error
More codes