【问题标题】:How would i replicate this curl GET request with --data-urlencode on postman我将如何在邮递员上使用 --data-urlencode 复制这个 curl GET 请求
【发布时间】:2016-08-06 04:44:20
【问题描述】:

如何将--data-urlencode 参数添加到邮递员,因为这是我的主要问题。

curl -X GET \
  -H "X-Parse-Application-Id: ${APPLICATION_ID}" \
  -H "X-Parse-REST-API-Key: ${REST_API_KEY}" \
  -G \
  --data-urlencode 'where={"playerName":"Sean Plott","cheatMode":false}' \
  https://api.parse.com/1/classes/GameScore

谢谢。

【问题讨论】:

    标签: postman


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-06-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-08-29
      • 2019-01-07
      • 2019-10-12
      • 2018-05-18
      相关资源
      最近更新 更多