HttpWebRequest with cookies

  • Thread starter Thread starter SP
  • Start date Start date
S

SP

I need to make an httpwebrequest in a winform.
The first call is ok, and it is in GET.
The second must use the cookie of the first call and then POST data to
a uri.

The are some sample code for manage cookies?
 
Back
Top