ColinBlake
Programmer
For a project I'm working on, we need to build a "man in the middle" proxy. For a simple proof of concept we want something which can receive a request dump the request in plain text to a log file, and then "forward" the request on to the target server. When the response comes back that too needs dumping to a log file, and then returned to the original client. This needs to work for both http and https.
We were thinking/hoping that we could use Apache for this project, and that much of what we needed to do could be done with existing Apache modules. Obviously we would need to write some code, but the expectation was that this wouldn't be too much.
The biggest problem we have is that none of us are familiar with Apache, and so we don't have a clue where to start. In fact, we don't even know if what we want to do is possible using Apache. If anyone could provide some guidance it would be very much appreciated.
We were thinking/hoping that we could use Apache for this project, and that much of what we needed to do could be done with existing Apache modules. Obviously we would need to write some code, but the expectation was that this wouldn't be too much.
The biggest problem we have is that none of us are familiar with Apache, and so we don't have a clue where to start. In fact, we don't even know if what we want to do is possible using Apache. If anyone could provide some guidance it would be very much appreciated.