GitHub user dpolivy opened a pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/74

    CB-8761 [wp8]: Copy cookies from WebBrowser

    On other platforms, the cookies from the browser that apply to the
    request are automatically included. On WP8, that's not the case.
    
    This commit will copy the cookies from the WebBrowser control, if the
    scheme and host of the WebBrowser match that of the HttpWebRequest. For
    users who host their web components remotely, and perform
    uploads/downloads from the same server using cookie based
    authentication, this fix enables that scenario on WP8, and brings it up
    to parity with iOS, Android, and others.
    
    Fixes https://issues.apache.org/jira/browse/CB-8761

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dpolivy/cordova-plugin-file-transfer CB8761

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file-transfer/pull/74.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #74
    
----
commit fcd8880d049825b317aadf24bfbe12562a7b0924
Author: Dan Polivy <[email protected]>
Date:   2015-03-27T07:19:56Z

    CB-8761 [wp8]: Copy cookies from WebBrowser
    
    On other platforms, the cookies from the browser that apply to the
    request are automatically included. On WP8, that's not the case.
    
    This commit will copy the cookies from the WebBrowser control, if the
    scheme and host of the WebBrowser match that of the HttpWebRequest. For
    users who host their web components remotely, and perform
    uploads/downloads from the same server using cookie based
    authentication, this fix enables that scenario on WP8, and brings it up
    to parity with iOS, Android, and others.
    
    Fixes https://issues.apache.org/jira/browse/CB-8761

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to