i can’t use post with php on AWS Linux. i changed enable_post_data_reading=On and post_max_size=8M, but i still can’t use post data. Where could it be deactivated ?
I checked the php code on an other server and there the post data are not null.
i can’t use post with php on AWS Linux. i changed enable_post_data_reading=On and post_max_size=8M, but i still can’t use post data. Where could it be deactivated ?
I checked the php code on an other server and there the post data are not null.
2
Answers
i found the reason, and it's simple, but maybe anybody have the same problem, the action url was wrong action="http://...." instead of https://
Have you accounted for this point noted in the PHP documentation for $_POST:
Does the POST request you are submitting specify the above Content-Type header values?