我目前正在使用带有以下请求的Inets:
http:request(put, {Url, [{"User-Agent", UA}, {"Content-type",
"application/json"}]}, Bodytext, []),
但是请求失败了。
有什么建议吗?
答案 0 :(得分:1)
ibrowse:start().
ibrowse:send_req(Url, Headers, put, Body).
OR
ibrowse:send_req(Url, Headers, put, Body, Options).
答案 1 :(得分:0)
试试这个:http:request(put,{Url,[{“User-Agent”,UA}],“application / json”,Bodytext},[],[])