Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Generates Dev Proxy mocks based on the intercepted requests. Writes generated mocks to a file named mocks-yyyyMMddHHmmss.json in the current working folder.
To intercept requests, after starting Dev Proxy, start recording. When you're done, stop recording. Dev Proxy will generate mocks for the intercepted requests and write them to a file named mocks-yyyyMMddHHmmss.json in the current working folder.
Configuration example
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.3.0/rc.schema.json",
"plugins": [
{
"name": "MockGeneratorPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll"
}
]
}
Configuration properties
None
Command line options
None