kzimny commented on issue #143:
URL: 
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-618883340


   My server accept CORS, the configuration is as follow c#:
   ```
   context.OwinContext.Response.Headers.Add("Access-Control-Allow-Origin", 
new[] { "*" });
   context.OwinContext.Response.Headers.Add("Access-Control-Allow-Credentials", 
new[] { "true" });
   context.OwinContext.Response.Headers.Add("Access-Control-Allow-Headers", 
new[] { "authorization", "content-type", "set-cookie" });
   ```
   What I'm missing?


----------------------------------------------------------------
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