Github user Lemon-King commented on the issue:

    https://github.com/apache/cordova-plugin-file-transfer/pull/174
  
    Can do.
    
    This PR resolves an issue we came across on our framework with File 
Transfer and were unsure if others were dealing with the same problem.
    
    The issue was with CloudFlare and services like it will send a few cookies 
downstream such as __cfduid and __uvt. 
    Instead of reading the other cookies send by the session File Transfer 
would pull __cfduid only and set that as the cookie header during the File 
Transfer request. Just the single cookie, no others.
    We resolved this by appending any cookies that we stored locally within 
CookieManager to the cookies gathered by the method gcMethod.
    
    We felt if the developer chooses to utilize CookieManager over WebView for 
cookie handling, locally, within the app. That this PR will allow cookies 
within CookieManager to be used correctly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to