Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active November 8, 2015 10:18
Show Gist options
  • Select an option

  • Save githubutilities/06638e776c7990861c84 to your computer and use it in GitHub Desktop.

Select an option

Save githubutilities/06638e776c7990861c84 to your computer and use it in GitHub Desktop.
HTTP Protocol
# 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