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.
我需要使用 web/http 协议将 json 有效负载发送到给定的 URL。我只有一个网址和一个有效负载。
我如何发送请求?
非常感谢提前
推包
像这样将登录凭据发送到 myUrl:
web_custom_request("myUrl", "URL=http://myUrl.com", "Method=POST", "RecContentType=application/json", "Body=" "{" "\"name\":\"myName\"m\," "\"password\":\"myPassword\"" "}" LAST);
您是否记录了与 VUGEN 的 JSON 对话以查看它的样子?