Cookies Property
The cookies to be sent in the HTTP request.
Data Type
StringDefault Value
""Remarks
This property specifies the cookies (if any) to be sent in the HTTP request. Specify one name/value pair per line. For instance
setting this property to:
CookieName1=CookieValue1
CookieName2=CookieValue2
Will result in the HTTP header:
Cookie: CookieName1=CookieValue1; CookieName2=CookieValue2