Sending POST parameters with Postman doesn't work, but sending GET parameters does

前端 未结 10 764
名媛妹妹
名媛妹妹 2020-12-02 10:04

I\'m trying to test a simple PHP page using the Chrome extension Postman. When I send URL parameters, the script works fine (eg the variables are available in the $_RE

10条回答
  •  青春惊慌失措
    2020-12-02 10:54

    Sometimes Version problem in 'Postman' :

    I have face the same problem. While sending the data using the oldest version of postman.
    That time I have received the empty json data in server side.
    And I have fix this problem, Once I uninstall the oldest version of postman and installed with latest version.

提交回复
热议问题