Freigeben über


GraphClientRequestIdGuidancePlugin

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

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

Definition der Plug-In-Instanz

{
  "name": "GraphClientRequestIdGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/DevProxy.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

Nichts

Konfigurationseigenschaften

Nichts

Befehlszeilenoptionen

Nichts