建立開發 Proxy 攔截的 URL 清單。 使用此外掛程式來瞭解您的應用程式所呼叫的 URL,以及如何設定開發 Proxy 來模擬其行為。
提示
若要將摘要儲存至檔案,請在您的設定中使用記者外掛程式。
組態範例
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
"plugins": [
{
"name": "UrlDiscoveryPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll"
}
]
}
組態屬性
沒有