HTTPBin

The request's PUT parameters.

put
https://httpbin.org/put

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

Sucessful authentication.

get/basic-auth/{user}/{passwd}
 

Prompts the user for authorization using bearer authentication.

get
https://httpbin.org/bearer

Headers

Authorizationstring

Response

Sucessful authentication.

get/bearer
 

Prompts the user for authorization using Digest Auth.

get
https://httpbin.org/digest-auth/{qop}/{user}/{passwd}

Path Parameters

qopstringrequired

auth or auth-int

userstringrequired
passwdstringrequired

Response

Sucessful authentication.

get/digest-auth/{qop}/{user}/{passwd}