Escludere un URL
Per escludere un URL da intercettare, lo prependò con un !
segno esclamativo:
{
"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/*",
"!https://*.sharepoint.*/*_api/web/GetClientSideComponents",
"https://*.sharepoint.*/*_api/*",
"https://*.sharepoint.*/*_vti_bin/*",
"https://*.sharepoint-df.*/*_api/*",
"https://*.sharepoint-df.*/*_vti_bin/*"
]
}
Nell'esempio precedente il proxy ignora le richieste effettuate a /_api/web/GetClientSideComponents
.
Quando si escludono GLI URL, tenere presente che il proxy cerca gli URL corrispondenti nell'ordine in cui sono definiti nella configurazione.
Se si desidera escludere URL specifici, è consigliabile definirli prima di altre corrispondenze di URL globali.
Feedback su Dev Proxy
Dev Proxy è un progetto di open source. Selezionare un collegamento per fornire feedback: