Thanks for your suggestion JMP-JECXZ.
Would you also happen to know if there any generic tools that would allow me to "automate" this so I don't have to intercept the call everytime and could just code my response whenever a request is done to that address?
Quote:
Originally Posted by JMP-JECXZ
Hi,
Fiddler is fine, you can put 'breakpoint' on request to intercept them before response or even after, and then edit the content (return content or query)
|