examples: workable url for HTTPPost
This commit is contained in:
parent
811eb241a6
commit
c41c90b7ca
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Public Sub Button1_Click()
|
|||
Else
|
||||
P.Proxy.Host = ""
|
||||
End If
|
||||
P.URL = "xmlrpc-c.sourceforge.net/api/sample.php"
|
||||
P.URL = "dansoft.krasnokamensk.ru/xmlrpc-c-api/sample.php"
|
||||
|
||||
P.Post("text/xml", sCad)
|
||||
|
||||
|
|
Loading…
Reference in a new issue