发送HTTP REQUEST(验证请求)

时间:2011-03-02 02:44:01

标签: api https request

这是通过iContact Api完成的 - 但我不清楚这一部分:发送HTTP请求。

我看到了一个例子:

Example HTTP Header
Accept: text/xml Note: Values for this are text/xml or application/json
Content-Type: text/xml Note: Values for this are text/xml or application/json
Api-Version: 2.0
Api-AppId: 4eOFlFJabcdenVoljgPv9av59C54alz4
Api-Username: myusername
API-Password: my_password

我很抱歉这个愚蠢的问题,这是我第一次尝试api。

任何人都可以帮我解释如何编码以验证https请求?

感谢。

1 个答案:

答案 0 :(得分:0)

看起来他们在这里有完整API的示例:

http://developer.icontact.com/documentation/code-library

您可以从此链接下载所有示例:

http://developer.icontact.com/documentation/code-library-zip-file

在示例zip中,util.php文件包含一个执行请求并发送身份验证标头的函数(callResource())。

示例zip还包含一个config.php文件,必须对其进行编辑以包含您的特定用户名,密码和appId。