Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for less strict request matching #4

Open
lawnsea opened this issue Feb 7, 2017 · 0 comments
Open

Support for less strict request matching #4

lawnsea opened this issue Feb 7, 2017 · 0 comments

Comments

@lawnsea
Copy link
Collaborator

lawnsea commented Feb 7, 2017

Production sites frequently make requests for which portions of the URL are generated dynamically and thus will not match the recorded URL in the HAR. For example, analytics scripts will often generate one or more unique IDs at runtime and include them in request URLs.

Currently, har-server.js matches requests based on strict equality by URL. It should be possible to relax this, possibly by specifying a regex or other pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant