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

[THREESCALE-1781] Fix bug with proxied POST requests to HTTPS API backend via forward proxy #978

Merged
merged 3 commits into from
Jan 16, 2019

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    a4ee88d View commit details
    Browse the repository at this point in the history
  2. http_proxy: use ngx.req.get_body_data to read the body

    We cannot use resty.http's .get_client_body_reader().
    In some POST requests with HTTPS, the result of that call is nil, and it
    results in a time-out.
    davidor committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    8d9c06c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a26a1 View commit details
    Browse the repository at this point in the history