Hello everybody.
I need some extension to move post request to composer automatically if script name getdata.php (for example).
I searched a lot of exctensions but could not find any wich works with composer.
Is it hard to create it using c#?
Is it possible to create autoresponder rules with multiple operators? For example:
REGEX:.*example FLAG:x-ProcessInfo=firefox
When I run fiddler on a website in development I get way to much capture, see the screen shot.
That just keeps going and going and going and never stops. Is there a reason?
Hello,
I'm using Fiddler to diagnose an ASP.NET/Telerik AJAX Controls site. I'm not seeing any of the requests for WebResource.axd scripts (or any HTTP Handler requests). There must be some filtering going on, but I'm not sure what I need to do to change this. Please advise.
Thanks!
Mike Oliver
Greetings,
I'm banging my head against a wall here and would like to see if anyone here can provide any insight.
I've added this to my web.config:
<system.net><br> <defaultProxy enabled="true"><br> <proxy proxyaddress="http://127.0.0.1:8888" bypassonlocal="False"/><br> </defaultProxy><br></system.net>I'm capturing non HTTPS traffic. Great.
All my HTTPS traffic comes through as "Tunnel To", yes, I have "Decrypt SSL" selected and the root certificate trusted.
I've put this into my protocols: <client>;ssl3;tls1.0;tls1.1;tls1.2
When I make a call, to get this error in the fiddler logs. "The client and server cannot communicate, because they do not possess a common algorithm for pipe".
This works outside of Fiddler, so Fiddler is having some sort of issue handshaking.
I ran a scan on the the first endpoint that errored out on in the logs (It can't handshake with any https endpoint):
SSLv2 not offered (OK)
SSLv3 not offered (OK)
TLS 1 offered
TLS 1.1 offered
TLS 1.2 offered (OK)
I then did some research and added this to my script:
if (oSession.HTTPMethodIs("CONNECT") && oSession.HostnameIs("dev-wsv-OMITTED.OMITTED.ad"))<br> { <br> oSession["x-OverrideSslProtocols"] = "tls1.0";<br> }This had no impact.
So the $64,000 question is, why can't Fiddler handshake with any endpoints when the server can? Any advice or input would be great!
Thanks!
Hello guys,
I'm facing with decoding in Fiddler. As you can see on the picture, this request cannot be decoded and I don't know why. Anyone has an idea how to manage with that?
Hey guys hope to get this problem resolved, been having it a while now. Ok im just not able to capture any https traffic when using firefox. Everytime i go to a https page i get a error when fiddler is capturing traffic.
I attached the screen shot of the error i get from firefox, also a screen shot of my https options inside of fiddler. Also im using firefox 48.0, and my fiddler version is this => Telerik Fiddler Web Debugger (v4.6.2.32002) Built: Tuesday, July 26, 2016
Hope to hear back from you guys thanks.