Converting a POSTMAN request to Curl

前端 未结 1 1038
清歌不尽
清歌不尽 2020-12-04 15:49

I am calling my java webservice (POST request) via POSTMAN in the following manner which works perfectly fine (i.e. I can see my records getting inserted into the database):

相关标签:
1条回答
  • 2020-12-04 16:31

    You can see the button "Code" in the attached screenshot, press it and you can get your code in many different languages including PHP cURL

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