hurl/integration/tests/cookie_storage.hurl
Fabrice Reix 6eaaf88d0d Request cookies must not change the cookie storage
Change to cookie storage are made explicit with directives (experimental feature)
@cookie_storage_set
@cookie_storage_clear
2020-09-23 20:35:00 +02:00

15 lines
328 B
Plaintext

#
# experimental feature
# manage cookie store
#
# @cookie_storage_set: localhost FALSE / FALSE 0 cookie1 valueA
GET http://localhost:8000/cookie-storage/assert-that-cookie1-is-valueA
HTTP/1.0 200
# @cookie_storage_clear
GET http://localhost:8000/cookie-storage/assert-that-cookie1-is-not-in-session
HTTP/1.0 200