how can the cookie jars be read after an http call was responded with "set-cookie" header. please keep in mind that the actual http response was a redirect, so that just reading the headers from the response is not possible, as the set-cookie header is already gone. this is the reason why i need to read the cookie jar.
how can the cookie jars be read after an http call was responded with "set-cookie" header. please keep in mind that the actual http response was a redirect, so that just reading the headers from the response is not possible, as the set-cookie header is already gone. this is the reason why i need to read the cookie jar.