PHP Settings? PHP not receiving POST data

后端 未结 5 869
天涯浪人
天涯浪人 2020-12-20 21:36

I’m sending a .php file POST data from a java application. The .php file is not accepting the POST data. file_get_contents(‘php://input’) is empty and $_POST is empty. I kno

5条回答
  •  醉梦人生
    2020-12-20 22:00

    I was having the same problem. It turned out to be because I was prefixing my target with http . I changed it to https and it worked.

提交回复
热议问题