Get/Set cookies from qml
-
Hi all:
I am writting a client program. When I login, the server will send some cookies to me in the 'Set-Cookie' header field. I need to get the cookies, because the rest of the request will need them.I try to get the cookies with xmlhttprequest.getResponseHeader("Set-Cookie"), but failed. I don't want to use C++, so could it be possible?