Sending JSON POST request in VBA
问题 I have the following JSON POST sample code which I am trying to convert to VBA for Excel: POST /services/shipper/orders HTTP/1.1 Content-Type: application/json User-Agent: Mozilla 5.0 Host: qa.etowertech.com X-WallTech-Date: Tue, 06 Jan 2018 21:20:27 GMT Authorization: WallTech test5AdbzO5OEeOpvgAVXUFE0A:79db9e5OEeOpvgAVXUFWSD Here is the code I came up with: With JsonHTTP .Open "POST", "http://qa.towertech.com/services/shipper/orders", False .setRequestHeader "RequestName", "application/json