Skip to content

POST data is lost #11

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

Open
dvershinin opened this issue Sep 5, 2019 · 1 comment
Open

POST data is lost #11

dvershinin opened this issue Sep 5, 2019 · 1 comment

Comments

@dvershinin
Copy link

dvershinin commented Sep 5, 2019

When a form is submitted with content-type: multipart/form-data...

Simply calling:

local get, post, files = require "resty.reqargs"()

.. strips away the POST data. PHP can no longer see it.

Similiar bad behavior in the latest formal release and master branch.

@dvershinin
Copy link
Author

Probably this PR is needed for fix (haven't tried).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant