Dim objHttp : Set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
objHttp.open "POST", "
bla.com", False
objHttp.setRequestHeader "Content-type", "application/x-www-form-urlencoded"
objHttp.Send "a=b&c=d"
Dim cevap : cevap = objHttp.responseText
Set objHttp = Nothing
curl kullandıysan mantığı anlamışsındır zaten.