I do a POST request with axios and I set a Cookie in the headers. In Android it works fine but in iOS the server's logs show me that the cookie has been duplicated by iOS. I have set an interceptor in my js code that shows that the error is not from my code.
Thanks.