Cookie Jar

Netscape or Microsoft Internet Explorer format cookie data to load at start up. An inline alternative to Cookie Source Path. This allows persistent cookies saved by a browser to be read by Webinator, so it can inherit the browser's state. To easily walk a site that requires a custom login (i.e. not HTTP Basic authentication), and that uses persistent cookies, just login normally using a browser. Then, copy that browser's cookie data into the Cookie Jar setting. Then, Webinator will automatically inherit the browser's permissions. Added after version 6.1.4 2012-07-13.

The Netscape format is one cookie per line, with the tab-separated values: Domain IsOkAllDomain Path IsSecure IsHttpOnly Expires Name Value. E.g. the line:

.example.com	TRUE	/	FALSE	FALSE	0	MyCookie	MyValue
would represent a session cookie named MyCookie with value MyValue sent for any path for any site in the domain .example.com.


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.