Handling Cookies with HttpClient on ParseError During Login
Hi, when using HttpClient, i have a login route which uses session based login (it set http only cookie), now how can i make sure that cookies are not set in case of any error during login, for example,
login/ sent a response with data, and i tried to parsed the data with Schema, now i got ParseError, since login is successfull and i got the data, but parsing failed, so i want to make sure that cookies are stored in browser, is it possible to to with http only cookies?