General Notes
- This is mostly useful for external applications, for example to realize certain (pre-)authentication schemes..
Table of Contents
Write methods
| Method / Path: | POST /get |
|---|---|
| Description: | Redirects to the given `target` URL specifically instructing the client to issue a `GET` request. Also verifies that the target lives on the same host as the original request. |
| Path params: | NONE |
| Required (form) params: | target: The URL to redirect to |
| Optional (form) params: | NONE |
| Status codes: |
303: See Other, successful redirect 400: Bad Request, missing or invalid target URL, including URLs pointing to another server |
| Notes: |
|
| Testing: |
Sample:
/get
Testing form (click to reveal)
|