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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: