Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use fiddler between my local WebRole and local Table Storage?

I have a Webrole that is updating Azure Table storage, and I'd like to force Fiddler to see it.

What needs to be done to make this happen?

like image 426
makerofthings7 Avatar asked Dec 17 '22 21:12

makerofthings7


1 Answers

"UseDevelopmentStorage=true;DevelopmentStorageProxyUri=http://ipv4.fiddler"

like image 101
JTtheGeek Avatar answered May 01 '23 10:05

JTtheGeek