I’d like to know whether it is possible to use Nginx as an injection
proxy (for 100% legal and professionnal use ! ), notably to analyse
the headers or content of a response, and perform automated changes on
either or both the headers/content of the request, or change some parts
of a request.
Practically, I want to do exactly the same kind of things that Fiddler 2
allows to do : perform tests on header/content, and automatically make
changes.
Oh I see : if you tel it’s not possible, I guess it is really not
possible at all… ^^ Just for the sake of my mind, I’d be interested in
complementary information : I was just studying nginx documentation, and
had the feeling there may be something possible, by using simultaneously
the rewrite, proxy and substitution modules. Where is the issue ?
@SplitIce : basically, I’d prefer to avoid using another language/module
: I have not complete freedom over server setup. LUA is not installed on
current setup, and I think sysadmins might be reluctant to installing
the LUA module just for me.