diff options
Diffstat (limited to 'files/zh-tw/conflicting/web/http/cors/index.html')
-rw-r--r-- | files/zh-tw/conflicting/web/http/cors/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-tw/conflicting/web/http/cors/index.html b/files/zh-tw/conflicting/web/http/cors/index.html index 29ba4ef791..84e09bb358 100644 --- a/files/zh-tw/conflicting/web/http/cors/index.html +++ b/files/zh-tw/conflicting/web/http/cors/index.html @@ -1,8 +1,9 @@ --- title: 伺服器端存取控制(CORS) -slug: Web/HTTP/Server-Side_Access_Control +slug: conflicting/Web/HTTP/CORS translation_of: Web/HTTP/CORS translation_of_original: Web/HTTP/Server-Side_Access_Control +original_slug: Web/HTTP/Server-Side_Access_Control --- <p>存取控制系統是執行<a href="http://searchsoftwarequality.techtarget.com/definition/authorization">授權</a>識別、<a href="http://searchsecurity.techtarget.com/definition/authentication">認證</a>、存取核可的實體,也負責透過登入來進行驗證,包含<a href="http://searchsecurity.techtarget.com/definition/password">密碼</a>、個人身份識別碼(personal identification numbers,PINs)、<a href="http://searchsecurity.techtarget.com/definition/biometrics">生物辨識</a>掃描,以及物理或電子的金鑰。</p> |