設定掃描應用程式的「基本」和 NTLM 鑑別選項

這項 REST 服務會設定使用者認證,來登入使用「基本」或 NTLM 鑑別的網站。密碼在儲存到資料庫之前已編碼,但卻是以明碼來接收它。透過 HTTPS 呼叫這項 REST 服務,並在手動探索期間使用測試使用者帳戶,以防止使用者名稱和密碼在 Enterprise Console 介面中以明碼顯示。

HTTP 方法

POST

GET

服務格式

如果要設定鑑別的使用者名稱:/services/folderitems/<fiid>/options/esCOTHttpUser

如果要設定鑑別的密碼:/services/folderitems/<fiid>/options/esCOTHttpPassword

如果要啟用/停用鑑別:/services/folderitems/<fiid>/options/ebCOTHttpAuthentication

查詢字串參數

POST 資料

Content-Type:application/x-www-form-urlencoded

在要求的內文中輸入 'value=<option value>'。
  • 針對 esCOTHttpUser:value=<username>
  • 針對 esCOTHttpPassword:value=<Clear Text Password>
  • 針對 ebCOTHttpAuthentication:value=<1(啟用)或 0(停用)>

傳回

利用 GET 方法:
  • "esCOTHttpUser" 傳回選項值
  • "ebCOTHttpAuthentication" 傳回選項值
  • 未提供 GET 方法給 "esCOTHttpPassword"。如果呼叫,它會傳回 404 錯誤

請參閱記載在文件中的綱目,以取得詳細資料。