I've being trying to get a cookie value for a certain site but the
site I have no control over has a comma (",") in the cookie value
and it gets broken down like this when I use the response=
(HttpWebRequest )request.GetRes ponse.
Name: SESSION_ID Value: 3862511
Name:
y90iM7ucrhW/nFEi8nxHdslJniT ZTOGlLgL0zEVrSi Flc8WKvP8Q3GIaa Nmz/XCZ
Value: Path: /
When the actual cookie should be
Name: Session_ID
Value =
3862511,y90iM7u crhW/nFEi8nxHdslJniT ZTOGlLgL0zEVrSi Flc8WKvP8Q3GIaa Nmz
/XCZ
Is there a way to fix this? Or am I out of luck? Thanks.
--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
site I have no control over has a comma (",") in the cookie value
and it gets broken down like this when I use the response=
(HttpWebRequest )request.GetRes ponse.
Name: SESSION_ID Value: 3862511
Name:
y90iM7ucrhW/nFEi8nxHdslJniT ZTOGlLgL0zEVrSi Flc8WKvP8Q3GIaa Nmz/XCZ
Value: Path: /
When the actual cookie should be
Name: Session_ID
Value =
3862511,y90iM7u crhW/nFEi8nxHdslJniT ZTOGlLgL0zEVrSi Flc8WKvP8Q3GIaa Nmz
/XCZ
Is there a way to fix this? Or am I out of luck? Thanks.
--
--------------------------------- --- -- -
Posted with NewsLeecher v3.9 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
Comment