My client JavaScript- application is sending a simple POST CORS request to my server. Everything works fine so far and the server responses with "OK" and a cookie.
I can see the cookie in firebug.
I want to access the cookie in xhr.onload ..but I can't see the cookie or a cookie propertiy in the xhr object..
How can I access the cookie?
Thanks for all answers!!