Skip to content

Instantly share code, notes, and snippets.

@mjmenger
Last active November 3, 2023 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjmenger/87599c32577e69127935f775dfc1cc7d to your computer and use it in GitHub Desktop.
Save mjmenger/87599c32577e69127935f775dfc1cc7d to your computer and use it in GitHub Desktop.
###
GET http://{{ httpbinserver}}/get
###
GET http://{{ httpbinserver}}/basic-auth/username/password
Authorization: Basic username:password
###
PUT https://{{ httpbinserver}}/put
Content-Type: application/json
{
"happy": "sad"
}
###
POST https://{{ httpbinserver}}/post
Content-Type: application/json
{
"happy": "sad"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment