Aracılığıyla paylaş


GraphClientRequestIdGuidancePlugin

Microsoft Graph API'sine yapılan bir istek client-request-id üst bilgisini içermediğinde bir ipucu gösterir.

client-request-id üst bilgisi olmadan Microsoft Graph API'sine yönelik bir istek algıladıktan sonra ipucu gösteren Dev Proxy ile komut isteminin ekran görüntüsü.

Yapılandırma örneği

{
  "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
  "plugins": [
    {
      "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/*"
  ]
}

Yapılandırma özellikleri

Hiç kimse

Komut satırı seçenekleri

Hiç kimse