Cookies Property

The cookies to be sent in the HTTP request.

Data Type

String

Default 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

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]