1
它通過iContact Api完成 - 但我不清楚那部分:發送HTTP請求。發送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請求嗎?
謝謝。
謝謝你的幫助。但它沒有發送https請求的示例。我想在開始使用API之前驗證請求。 – joe 2011-03-02 02:53:15
@Josephine身份驗證使用HTTP標頭完成。 util.php文件使用適當的頭文件創建請求。您必須編輯config.php文件並設置您的用戶名,密碼和appId。 – 2011-03-02 17:53:43