metalbear-co / mirrord

Connect your local process and your cloud environment, and run local code in cloud conditions.
https://mirrord.dev
MIT License
3.58k stars 98 forks source link

Changed http path filter to include query params in match #2552

Closed aviramha closed 4 days ago

aviramha commented 4 days ago

Closes #2551

Razz4780 commented 4 days ago

One remark - this is not backwards compatible. Filters like ^/my/exact/path$ may stop working

aviramha commented 4 days ago

One remark - this is not backwards compatible. Filters like ^/my/exact/path$ may stop working

Right, I'll make it an or then (try on path and then on path+query)