I have a server that runs 3rd party code that implements a web service - it accepts SOAP/XML requests and responds with XML messages.
I want to be able to log all requests and responses, and be able to filter those logs such that I can generate notifications if there are errors present.
What would be the easiest way to do this with Ngnix acting as a reverse proxy? Can this be done, or do I have to create a wrapper web service and to the logging there?
I want to be able to log all requests and responses, and be able to filter those logs such that I can generate notifications if there are errors present.
What would be the easiest way to do this with Ngnix acting as a reverse proxy? Can this be done, or do I have to create a wrapper web service and to the logging there?