次の方法で共有


GraphClientRequestIdGuidancePlugin

Microsoft Graph API への要求に ヘッダーが含まれていない場合のヒントをclient-request-id示します。

Client-request-id ヘッダーを使用せずに Microsoft Graph API への要求を検出した後のヒントを示す Dev Proxy を含むコマンド プロンプトのスクリーンショット。

プラグイン インスタンスの定義

{
  "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/*"
  ]
}

構成の例

なし

構成プロパティ

なし

コマンド ライン オプション

なし