Redirect
HTTP Redirects
HTTP Redirects to the query parameter l
using the query param s
as the status code.
What | Description | GET Parameters |
---|---|---|
Location | Location to redirect to | l |
Status | HTTP status code | s |
Example Request
curl -i "http://xodbox.test/redir?l=https://github.com/defektive/xodbox&s=301"
Example Response
Location: https://github.com/defektive/xodbox