mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
curl --cookie 'cookie1=valueA' 'http://localhost:8000/cookie-storage/assert-that-cookie1-is-valueA'
|
|
curl 'http://localhost:8000/cookie-storage/assert-that-cookie1-is-not-in-session'
|
|
|
|
|