You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a URL to watch like: http://contoso.com/api/*, Dev Proxy reports intercepting request like http://contoso.com/script.js. While the URL is excluded later when processed by plugins, it leads to a side-effect in request log plugins, because the request is registered as intercepted based only on the host matching. We need to update the logic for matching request URLs with URLs to watch to include full URLs rather than just host names.