ardabeyazoglu edited a comment on issue #931:
URL: https://github.com/apache/cordova-ios/issues/931#issuecomment-700599026


   the only way cross-site server set cookies work now is to keep "hostname" 
empty. With the following config, i can send xhr requests to anywhere with 
cookies working. (I am not using ionic)
   
   ```
   <preference name="scheme" value="app" />
   <preference name="hostname" value="" />
   ```
   
   Using document.cookie still not working though.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to