Is it possible to trace the http traffic generated by MSMQ via HTTP using Fiddler?

I am sending MSMQ messages through an HTTP transport. The message arrives normally, but I want to see the actual HTTP traffic. Surele, WireShark shows this. However, Fiddler does not.

Can I force Fiddler to monitor the HTTP traffic generated by MSMQ?

Thank.

EDIT

Thanks for the answer. Below is a reg script for activating a Fiddler proxy. BTW using netsh winhttp set proxy 127.0.0.1:8888does not make any difference. I had to run proxycfg on a Windows 2003 machine, export the registry, and then import it back to my Windows 7 station. Only then did Fiddler manage to track MSMQ http traffic.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"WinHttpSettings"=hex:18,00,00,00,00,00,00,00,03,00,00,00,0e,00,00,00,31,32,37,2e,30,2e,30,2e,31,3a,38,38,38,38,00,00,00,00
+3
source share
1 answer

fiddler . msmq - fiddler. .

+2

All Articles