james icon indicating copy to clipboard operation
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

Open nerdbeere opened this issue 9 years ago • 3 comments

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.

nerdbeere avatar Feb 15 '16 11:02 nerdbeere

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?

tomitm avatar Feb 16 '16 02:02 tomitm

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]

nerdbeere avatar Feb 16 '16 08:02 nerdbeere

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.

tomitm avatar Feb 16 '16 08:02 tomitm