tags:

views:

16

answers:

0

Hi,

How can I intercept the data at server side (both GET and POST messages) I was looking for cache proxy servers but they don't cache POST messages. I have to change the code in order to make cache proxy servers to cache the POST request.

Further except intercepting the requests I also need to change the contents of the message and send them to the server.

so what is your suggestion what is the best way of achieving this