hi I want to send a request including cookies to a HTTP website.
How I can do this?
I sent a request without cookies as a first-time visit and tracked the header there was a cookie inside responded header like this:
Set-cookie: ERIGHTS=VQPFIWEdiYEtW4Eko2T3bikz4H2dDx2FtH-zlTTRFyzW+urkCU7bwGj2w==
Set-cookie: WLSESSION=1512202892.20480.0000
Now how I can send a new request with theses cookies included?