"Proxying" HTTP requests
Posted
by Richard
on Stack Overflow
See other posts from Stack Overflow
or by Richard
Published on 2010-06-03T14:09:02Z
Indexed on
2010/06/03
14:14 UTC
Read the original article
Hit count: 157
Hi all,
I have some software which runs as a black box, I have no access to it. This software makes HTTP requests. What I want to do is intercept these requests, forward them on, catch the response, do something with it, before passing the response back to the software.
Can this be done? What's the best method?
Thanks
© Stack Overflow or respective owner