VBA获取请求cURL

时间:2018-11-30 11:21:48

标签: json xml vba curl msxml2

我在VBA中的MSXML2.XMLHTTP对象有问题。 我需要在json中发送一条消息,但是auth令牌中有双引号。因此,为了使这些双引号到达消息中,请使用反斜杠。现在,通过将xml解析为Json,xmlhttp对象会添加一个额外的反斜杠。

基本上我发送这个 “令牌令牌= \ x22AAA \ x22”

服务器收到此消息 “令牌令牌= \\ x22AAA \\ x22”

<td><a class="button is-outlined" href="{{route('users.delete',['id' => $user->id])}}" onclick="return confirm('Are you sure to want to delete this record?')" >Delete</a></td>

0 个答案:

没有答案