Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、次のリクエストでInetsを使用しています。
http:request(put, {Url, [{"User-Agent", UA}, {"Content-type", "application/json"}]}, Bodytext, []),
しかし、リクエストは失敗します。
助言がありますか?
ibrowse:start().
ibrowse:send_req(Url, Headers, put, Body).
また
ibrowse:send_req(Url, Headers, put, Body, Options).
これを試してください:http:request(put、{Url、[{"User-Agent"、UA}]、 "application / json"、Bodytext}、[]、[])