参数传递方式为application/x-www-url-encoded,编码方式为UTF-8,且须遵循URL 编码规范
(RFC3986)对保留字符进行百分号编码。
操作结果返回方式为XML,编码方式为UTF-8。
接口地址:
http://api.123.com/XMLHttpService.do
比如使用 API 创建域名,假设已有一个模板 ID 为 10,使用此模板注册一域名 456.com,注册一年,
以下是以HTTPGET方式调用 API的URL:
http://api.123.com/XMLHttpService.do?username=test@namemax.cn&password=888888&command=re
gisterDomainName&domainName=456.om&period=1&templateId=10
URL中的username paeeword command domainname period templateId都是参数
请问如何使用Delphi的http get 调用url,并返回?需要加什么控件?最好给出完整的代码。
若操作成功,服务器将返回以下内容:
registerDomain
SUCCESSFUL
456.com
2008-06-22 08:38:00
2009-06-21 08:38:00
CNNIC-REG-1Y
1.0
false
1000
xxxxxx
xxxxxx
xxxxxx
哈哈
haha
shandong
linyi
lili
lili
dddd
dddd
333333
service@wwwwww.com
+86.13833138033
+86.13833200533
true
true
true
clientDeleteProhibited
clientTransferProhibited
ns1.123.com
ns2.123.com
/** * @Description: post请求远程http链接 * @param url 链接址 * @param bean 实体象参数 * @param params 字符串参数 * @return json * @throws Exception */ public static String doPostWithBean(String url,Object bean,Stringjava swing通httpclient向服务器端发送post请求欢迎分享,转载请注明来源:夏雨云
评论列表(0条)