drctyr2869 2017-08-18 10:43
浏览 58

从Postman发送POST数据的问题

enter image description hereI'm new to Postman.

I have a login page in php/html. In this, data is sent through POST via html form.

But when I send POST data from Postman, it is not sent at all.

On the contrary where I change $_POST["phone_number"] to $_GET["phone_number"] in php side, its working fine.

Can anybody tell why is this happening and any possible solution.

Thanks

  • 写回答

1条回答 默认 最新

  • douhui3305 2017-08-18 11:06
    关注

    Select "urlencoded" from postman while you are sending request throught it. Also set method as a post and use url like "aaaa.php".

    评论

报告相同问题?

悬赏问题

  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?