2013 Aug 12 1:26 PM - edited 2013 Aug 12 3:26 PM
I need to get a cookie as a result of authentication.
The Web-server returns a few pieces of cookies. The example below shows the result of the Wfetch.exe-utility:
When I run (CALL client_authentication...) the authentication procedure in ASA12 (ASA16):
CREATE PROCEDURE client_authentication(
urlSpec LONG VARCHAR,
certif LONG VARCHAR)
URL '!urlSpec'
TYPE 'HTTP:POST:text/plain'
CERTIFICATE '!certif'
SET 'REDIR (COUNT = 0)';
then I get only one cookie:
Is it possible to get all the 'Set-Cookie'-attribute values in the ASA12?
Request clarification before answering.
Done.
SQL Anywhere 17: "Web service procedures return multiple headers with the same name"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's also documented in the "What's New" section...
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
User | Count |
---|---|
62 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.