gpt4 book ai didi

curl - 在 PostMan 中模拟特定的 CURL

转载 作者:行者123 更新时间:2023-12-03 04:43:11 38 4
gpt4 key购买 nike

我正在使用 Postman 测试对 API 服务器的一些 Curl 请求。 API开发人员给了我们curl命令,但我无法从 postman 发送它。如何向 postman 提出这样的请求?

curl -X POST "https://api-server.com/API/index.php/member/signin" -d "{"description":"","phone":"","lastname":"","app_version":"2.6.2","firstname":"","password":"my_pass","city":"","apikey":"213","lang":"fr","platform":"1","email":"email@example.com","pseudo":"example"}"

--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="userfile"; filename="profil.jpg"
Content-Type: image/jpeg
Content-Transfer-Encoding: binary

<ffd8ffe0 00104a46 49460001 01010048 ... a00fffd9>

—0xKhTmLbOuNdArY—

最佳答案

更简单的方法是:

  1. 打开 postman
  2. 点击左上角的“导入”选项卡。
  3. 选择“原始文本”选项并粘贴您的 cURL 命令。
  4. 点击导入,您将在 Postman 构建器中看到该命令!
  5. 单击“发送”以发布命令

关于curl - 在 PostMan 中模拟特定的 CURL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27957943/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com