-1

我需要使用 web/http 协议将 json 有效负载发送到给定的 URL。我只有一个网址和一个有效负载。

我如何发送请求?

非常感谢提前

推包

4

2 回答 2

1

像这样将登录凭据发送到 myUrl:

web_custom_request("myUrl",
"URL=http://myUrl.com",
"Method=POST",
"RecContentType=application/json",
"Body="
"{"
"\"name\":\"myName\"m\,"
"\"password\":\"myPassword\""
"}"
LAST);
于 2013-05-24T12:41:54.653 回答
0

您是否记录了与 VUGEN 的 JSON 对话以查看它的样子?

于 2013-05-27T14:41:53.823 回答