Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If source.method is "post", use HTTP POST method #21010

Closed
wants to merge 1 commit into from

Commits on Sep 7, 2018

  1. If source.method is "post", use HTTP POST method

    The React Native Web View takes a method option to determine if HTTP GET or HTTP POST should be used.
    For iPhone this is not case sensitive, meaning that `method: "post"` is allowed.
    For Android "post" is not understood and therefore the request will be using HTTP GET.
    
    I suggest we ignore case for the method, or throw an Exception.
    dignite authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    6587f1e View commit details
    Browse the repository at this point in the history