【发布时间】:2016-04-19 06:12:32
【问题描述】:
我有以下 CURL 请求 谁能确认我接下来的 HTTP 请求是什么:
curl -i -L -H "Accept: application/json" --data "client_id=APP-UJA2FDFLIVK14WMW&client_secret=6d8d32f1-1c25-4356-8b15-4d803d9a869e&grant_type=authorization_code&code=dj4kYk&redirect_uri=https://developers.google.com/oauthplayground" "https://api.sandbox.orcid.org/oauth/token"
谁能帮我把上面的 curl 请求完全转换成 httpreq。
【问题讨论】:
-
您真的应该先尝试一下,如果遇到困难,请发布您的问题。