Last active
November 8, 2015 10:18
-
-
Save githubutilities/06638e776c7990861c84 to your computer and use it in GitHub Desktop.
HTTP Protocol
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
| # HTTP Protocol | |
| * [http protocol detail](https://www.httpwatch.com/httpgallery/) | |
| # Submitting cookies using `curl` | |
| ```sh | |
| curl -v --cookie "sessionid=sxs44kgzd6z7dcf769yehz171yyuf8ve" -I http://localhost:8000/auth/logout/ | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment