Redirect Checker
Check HTTP redirect chains and status codes
Check HTTP redirect chains and status codes
| Code | Name | Description |
|---|---|---|
| 301 | Moved Permanently | Resource has moved permanently (cached by browsers) |
| 302 | Found | Temporary redirect (not cached) |
| 303 | See Other | Redirect after POST (use GET) |
| 304 | Not Modified | Cached version is still valid |
| 307 | Temporary Redirect | Temporary redirect (preserves method) |
| 308 | Permanent Redirect | Permanent redirect (preserves method) |