如何headers使用二頭肌定義 Azure Web 應用程式的 IP 安全限制?
檔案對此很少提及,只有那headers是一個物件。
ipSecurityRestrictions: [
{
priority: 1000
name: 'AFD'
tag: 'ServiceTag'
action: 'Allow'
ipAddress: 'AzureFrontDoor.Backend'
headers: {
x_azure_fdid : [
'3dc8865d-90c7-4b87-8edf-99726c56543a'
]
}
}
]
錯誤是:The 'x_azure_fdid' header is not supported!
我嘗試使用x_azure_fdid,xazurefdid甚至'x_azure_fdid',大寫等...無濟于事。
uj5u.com熱心網友回復:
查看 Front Door檔案,標題名稱是X-Azure-FDID
headers: {
'x-azure-fdid': [
'3dc8865d-90c7-4b87-8edf-99726c56543a'
]
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/516663.html
