Freigeben über


GraphClientRequestIdGuidancePlugin

Zeigt einen Tipp an, wenn eine Anforderung an Microsoft Graph-API den client-request-id Header nicht enthält.

Screenshot einer Eingabeaufforderung mit Dev Proxy mit einem Tipp nach dem Erkennen einer Anforderung an Microsoft Graph-API ohne den Header client-request-id

Plug-In-instance Definition

{
  "name": "GraphClientRequestIdGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "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/*"
  ]
}

Konfigurationsbeispiel

Keine

Konfigurationseigenschaften

Keine

Befehlszeilenoptionen

Keine