catchpoint/WebPageTest.docs

'=' sign with in setCookie value cannot be skipped

rguuduru opened this issue · 1 comments

Unable to escape = sign in cookide value. Wondering if we cover this in documentation.

setCookie http://www.test.com cookiekey=cookievalueprefix=cookievaluesuffix

You don't need to escape it, it should just work.

setCookie	https://www.webpagetest.org	testcookie=tomato=veg
navigate	https://www.webpagetest.org

Screen Shot 2021-01-17 at 2 48 05 PM