Last active
December 19, 2018 15:20
-
-
Save anshulrgoyal/e40d719d9aac4032dd779a92f4ce47dd to your computer and use it in GitHub Desktop.
HTTP TEXT BASED PROTOCOL INPUT STRING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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