0 votes
by (150 points)

Is there any way to add a cookie container like HttpWebRequest has a cookie container for handling cookies

Applies to: Rebex HTTPS

1 Answer

0 votes
by (144k points)

We plan to add support for an equivalent of CookieContainer later this year.

Until then, use Cookie request headers to specify cookies to be sent to the server, and Set-Cookie response header to retrieve cookies sent by the server. See the Wikipedia article for quick introduction, or check out the specification.

...