You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by sanketmehta7 <gi...@git.apache.org> on 2015/09/20 10:10:47 UTC

[GitHub] cordova-plugin-inappbrowser pull request: Support for passing requ...

GitHub user sanketmehta7 opened a pull request:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115

    Support for passing request headers for android

    Support for passing request headers only for android.
    User need to pass comma separated headers, with their key, values separated by :
    Eg: cordova.InAppBrowser.open("http://apache.org", "_self", 'location=no','custom-h1:asd,h1:xyz');

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

    $ git pull https://github.com/sanketmehta7/cordova-plugin-inappbrowser master

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

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115.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 #115
    
----
commit dd5db24672e53fea4a97de25f9db03fd46c88922
Author: Sanket Mehta <sa...@gmail.com>
Date:   2015-09-20T07:55:03Z

    added support for extraHeaders in android native java.

commit b48f7903191fc82d172f8b606a2ad9ce0466b931
Author: Sanket Mehta <sa...@gmail.com>
Date:   2015-09-20T07:56:39Z

    added support for strWindowHeaders in js module

commit 10c455a8b914bed7c6e4fe0481dbf4921e9c1e54
Author: Sanket Mehta <sa...@gmail.com>
Date:   2015-09-20T07:59:13Z

    added Map utlity

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser pull request: Support for passing requ...

Posted by Takkuz <gi...@git.apache.org>.
Github user Takkuz commented on the pull request:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115#issuecomment-175048797
  
    This would be really useful, mostly on WP8, (if it will be possible) where file-transfer fails.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by julienmartin <gi...@git.apache.org>.
Github user julienmartin commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    Any news on this ? 
    I can't build on Xcode (missing .h declaration for navigateToNew method).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by olivercs <gi...@git.apache.org>.
Github user olivercs commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    Very useful when you have to send a token or Authorization header to access to a resource.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by kodeine <gi...@git.apache.org>.
Github user kodeine commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    @sanketmehta7 can you please fix the conflicts so this can be merged?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by helloworld20160101 <gi...@git.apache.org>.
Github user helloworld20160101 commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    Would there be any chance for ios as well?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by ramses80 <gi...@git.apache.org>.
Github user ramses80 commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    hellow.julymartin.can.you.herme.or.not


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-plugin-inappbrowser issue #115: Support for passing request headers ...

Posted by infil00p <gi...@git.apache.org>.
Github user infil00p commented on the issue:

    https://github.com/apache/cordova-plugin-inappbrowser/pull/115
  
    This is an API change and should be discussed on the list, or at the very least have a JIRA issue attached to it.  Also, the conflicts are definitely going to prevent this from getting merged as-is.


---

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