Previous Topic: HTTP Headers InformationNext Topic: HTTP Response Content Information


HTTP Cookies Information

HTTP Cookies Store Indexed Value Map

Type an indexed value map that contains the HTTP cookies to set in this operator.

This field enables HTTP state management by allowing users to pass the HTTPCookiesStore from one operator to another who is targeting the same cookie domain. The indexed value map must be of the same format as the ones returned in the HTTPCookiesStore output variable of other HTTP operators. Typically, this field has the following format:

PreviousHttpOperator.HTTPCookiesStore

By getting the HTTPCookiesStore of another operator, this operator can send any applicable cookies. Applicable cookies include those set in the HTTP request or HTTP response of the previous operator. This operator sends only the unexpired cookies (from the HTTPCookiesStore) whose attributes are applicable to the URL of this operator. Example attributes include domain, path, and isSecure.