代码之家  ›  专栏  ›  技术社区  ›  w3bguy

POST application/x-www-form-urlencoded Body to REST API使用Jitterbit

  •  0
  • w3bguy  · 技术社区  · 4 年前

    我知道我以前做过这件事,但现在我在想如何正确地做。

    我忘记了--data urlencode部分。

    curl --location --request POST 'https://api.paylocity.com/IdentityServer/connect/token' \
    --header 'Content-Type: application/x-www-form-urlencoded' \
    --header 'Authorization: Basic XXXXX=' \
    --data-urlencode 'grant_type=client_credentials' \
    --data-urlencode 'scope=WebLinkAPI'
    
    0 回复  |  直到 4 年前
    推荐文章