You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.
Due to CookieManager, cookies set in the options.headers for http.request are ignored.
This leads to different behavior on Android and iOS. This can be fixed by checking the headers for a Cookie key, parsing it, and setting the parsed cookies via the native cookie manager.
Or, alternatively, maybe just by not setting the default cookie manager (maybe with some flag)?
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
CLI: 2.3
Cross-platform modules: 2.3
Runtime(s): tns-android
The text was updated successfully, but these errors were encountered:
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes
Tell us about the problem
Due to CookieManager, cookies set in the
options.headers
forhttp.request
are ignored.This leads to different behavior on Android and iOS. This can be fixed by checking the headers for a
Cookie
key, parsing it, and setting the parsed cookies via the native cookie manager.Or, alternatively, maybe just by not setting the default cookie manager (maybe with some flag)?
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
The text was updated successfully, but these errors were encountered: