Hi all,
I need to manage cookies in use for httpjob, I explain below:
A website set a cookie with set-cookie in response, but I need to clear ONLY a single value stored
Set-cookie : a=3689212956
Set-cookie : b=sdghfukgkqwsbh
Set-cookie : c=765wdf7d6s
I need to delete only B for example and leave A and C, is there a possibility?
Sometimes A B and C are store in same row, like
Set-cookie : a=3689212956 expire etc; b=sdghfukgkqwsbh expire etc; c=765wdf7d6s expire etc;
A list of this? A Map? A simple cookiemanager can do this work but I've see only for webview (I think).
Thanks.
I need to manage cookies in use for httpjob, I explain below:
A website set a cookie with set-cookie in response, but I need to clear ONLY a single value stored
Set-cookie : a=3689212956
Set-cookie : b=sdghfukgkqwsbh
Set-cookie : c=765wdf7d6s
I need to delete only B for example and leave A and C, is there a possibility?
Sometimes A B and C are store in same row, like
Set-cookie : a=3689212956 expire etc; b=sdghfukgkqwsbh expire etc; c=765wdf7d6s expire etc;
A list of this? A Map? A simple cookiemanager can do this work but I've see only for webview (I think).
Thanks.