klippa-app/nativescript-http

how to read cookies

eikaramba opened this issue · 1 comments

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.

Hi, at this point there is no API to read from the cookiejar. Shouldn't be too hard to add though, I would accept PR's for it.