Partager via


Exclure une URL

Pour exclure une URL de l’interception, ajoutez-la à un (point d’exclamation ! ) :

{
  "urlsToWatch": [
    "https://graph.microsoft.com/v1.0/*",
    "https://graph.microsoft.com/beta/*",
    "https://graph.microsoft.us/v1.0/*",
    "https://graph.microsoft.us/beta/*",
    "https://dod-graph.microsoft.us/v1.0/*",
    "https://dod-graph.microsoft.us/beta/*",
    "https://microsoftgraph.chinacloudapi.cn/v1.0/*",
    "https://microsoftgraph.chinacloudapi.cn/beta/*",
    "!https://*.sharepoint.*/*_api/web/GetClientSideComponents",
    "https://*.sharepoint.*/*_api/*",
    "https://*.sharepoint.*/*_vti_bin/*",
    "https://*.sharepoint-df.*/*_api/*",
    "https://*.sharepoint-df.*/*_vti_bin/*"
  ]
}

Dans l’exemple ci-dessus, le proxy ignore toutes les requêtes adressées à /_api/web/GetClientSideComponents.

Lorsque vous excluez des URL, gardez à l’esprit que le proxy recherche des URL correspondantes dans l’ordre dans lequel elles sont définies dans la configuration.

Si vous souhaitez exclure des URL spécifiques, vous devez d’abord les définir, avant des correspondances d’URL plus globales.