POST: sending a post request in a url itself

前端 未结 7 1210
忘掉有多难
忘掉有多难 2020-12-24 12:46

I have been given a url .. www.abc.com/details and asked to send my name and phone number on this url using POST. They have told me to set the cont

相关标签:
7条回答
  • 2020-12-24 13:15

    You can use postman.

    Where select Post as method. and In Request Body send JSON Object.

    0 讨论(0)
提交回复
热议问题