james
james copied to clipboard
As a User I want to have an interface for replacing specific parts of a requests response by using a regex
As a User I want to have an interface for replacing specific parts of a requests response by using a regex
Example:
I want to be able to replace a method call like foo.bar([config: true, foo: false])
that is inlined in a html response.
Part of the thinking behind #115 is to allow for multiple use cases.
So in addition to the simple URL mappings ([URL to URL
], [URL to File]
), there could also be [Rewrite]
and [Block]
.
How does that sound?
I'm not sure if it makes sense to put this all into one list. I'd rather have a seperate window for [Rewrite]
and [Block]
Hmm, don't necessarily need to put the list together. I agree it's better to section that / separate tabs / etc.
The suggestion was just for the creation process.