Skip to content

Bug: Proxy intercepts URLs that should be excluded #729

@waldekmastykarz

Description

@waldekmastykarz

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions