james-proxy / james

Web Debugging Proxy Application
1.42k stars 125 forks source link

More advanced URL patterns? #396

Closed IceHacks closed 5 years ago

IceHacks commented 5 years ago

I need to just change the domain but keep the file the same for my redirects.

How I can do that is:

https://mysite.org/js/main.15F6g.js -> https://mybackupsite.org/js/main.15F6g.js

How I would like to do that is:

https://mysite.org/js/main.*.js -> https://mybackupsite.org/js/main.[1].js where [1] is the value of the (first) * or something like that

mitchhentges commented 5 years ago

Hey, thanks for the feature request. I think we'll be able to solve this with #132 (pull requests always appreciated!)