Skip to content

Instantly share code, notes, and snippets.

@anshulrgoyal
Last active December 19, 2018 15:20
Show Gist options
  • Select an option

  • Save anshulrgoyal/e40d719d9aac4032dd779a92f4ce47dd to your computer and use it in GitHub Desktop.

Select an option

Save anshulrgoyal/e40d719d9aac4032dd779a92f4ce47dd to your computer and use it in GitHub Desktop.
HTTP TEXT BASED PROTOCOL INPUT STRING
POST /tokens HTTP/1.1\r\n
Host: localhost:4443\r\n
Content-Type: application/json\r\n
Content-Length: ${length}\r\n
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
\r\n\r\n
${stringBody}
\r\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment