Re: examples
Charles S van der Linden <sqapro@...>
It only works on Windows as far as I know, so if you are on another
toggle quoted messageShow quoted text
platform you'd need to find a similar tool. I use it a lot when developing steps. in cucumber that use rest_client I have a $test_debug_mode variable I set based on an environment variable, and then in env.rb I have RestClient.proxy = 'http://127.0.0.1:8888/' if $test_debug_mode which tells rest client to pump everything through fiddler, it allows me to easily see exactly what was sent and received, (reformatted thanks to fiddler to be super easy to make sense of)
On Tue, Feb 28, 2012 at 5:28 PM, Tom Allison <tom@...> wrote:
Fiddler2... I'll check it out. Thank you.
|
|