Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookies are not working after upgrading to [email protected] #995

Closed
2 of 6 tasks
vvsou862 opened this issue Sep 28, 2020 · 1 comment
Closed
2 of 6 tasks

Cookies are not working after upgrading to [email protected] #995

vvsou862 opened this issue Sep 28, 2020 · 1 comment

Comments

@vvsou862
Copy link

vvsou862 commented Sep 28, 2020

Issue Type

  • Bug Report
  • Feature Request
  • Support Question

Description

Information

Recently i updated my app to [email protected] ,configured Custom Url Schema as app://test.xxx.com and also enabled CORS according to https://breautek.com/2020/07/14/enabling-cors/.
Issue is underlying cookie is not being sent with webapi request even though i have set Access-Control-Allow-Credentials to true from server response and withCredentials to true while sending request.
Please help why with new update, cookies are not being sent to the request
cordova-plugin-wkwebview-inject-cookie also did not give any luck .

Command or Code

Environment, Platform, Device

[email protected]
ipad iOS 14

Version information

[email protected]
XCODE 12.0.1

Checklist

  • I searched for already existing GitHub issues about this
  • I updated all Cordova tooling to their most recent version
  • I included all the necessary information above
@NiklasMerz
Copy link
Member

iOS 14 had some changes for blocking cookies. Please check out #922 and some other information on the internet.

This has probably nothing to do with the upgraded version of cordova-ios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants