The request’s PATCH parameters.
The request's PATCH parameters.
patch
https://httpbin.org/patch
Response
200
Response
200
patch/patch
200
The request's POST parameters.
post
https://httpbin.org/post
Response
200
Response
200
The request’s POST parameters.
post/post
200
The request's PUT parameters.
put
https://httpbin.org/put
Response
200
Response
200
The request’s PUT parameters.
put/put
200
Auth
Auth methods
Prompts the user for authorization using HTTP Basic Auth.
get
https://httpbin.org/basic-auth/{user}/{passwd}
Path Parameters
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.
get/basic-auth/{user}/{passwd}