james-proxy / james

Web Debugging Proxy Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More advanced URL patterns?

IceHacks opened this issue · comments

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

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