Httpbin

302/3XX Redirects to the given URL.

patch
https://httpbingo.org/redirect-to

Response

302

A redirection.

 
302

302 Redirects n times.

get
https://httpbingo.org/redirect/{n}

Path Parameters

nrequired

Response

302

A redirection.

 
302

Relatively 302 Redirects n times.

get
https://httpbingo.org/relative-redirect/{n}

Path Parameters

nrequired

Response

302

A redirection.

 
302

Anything

Returns anything that is passed to request

Returns anything passed in request data.

get
https://httpbingo.org/anything

Response

200

Anything passed in request

 
200