I need to get a cookie as a result of authentication. When I run (CALL client_authentication...) the authentication procedure in ASA12 (ASA16): Is it possible to get all the 'Set-Cookie'-attribute values in the ASA12? |
I have confirmed this behaviour. It looks like only the last fragment is included in the result set. This may be an oversight (i.e., bug). Thanks. Set-Cookie: <name>=<value>[; <name>=<value>]... [; expires=<date>][; domain=<domain_name>] [; path=<some_path>][; secure][; httponly]
(15 Aug '13, 04:22)
Ilia63
That's up to the web server you connect to (and http://tools.ietf.org/html/rfc6265#section-4.1.2). What we need to do is make sure that you see all of the Set-Cookie headers.
(15 Aug '13, 09:34)
JBSchueler
Replies hidden
Already there "EBF 21834: 12.0.1 SP65 Build 3967", but:
(02 Oct '13, 06:06)
Ilia63
|