The request’s PUT parameters.
The request's PUT parameters.
put
https://httpbingo.org/put
Response
200
Response
200
200
Auth
Auth methods
Prompts the user for authorization using HTTP Basic Auth.
get
https://httpbingo.org/basic-auth/{user}/{passwd}
Path Parameters
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.
Prompts the user for authorization using bearer authentication.
get
https://httpbingo.org/bearer
Headers
Authorization
Response
Response
Sucessful authentication.
Prompts the user for authorization using Digest Auth.
get
https://httpbingo.org/digest-auth/{qop}/{user}/{passwd}
Path Parameters
qopstringrequired
auth or auth-int
userstringrequired
passwdstringrequired
Response
Response
Sucessful authentication.