I am trying to capture sockets traffic between two programs on my PC. We use port 2600.
Can fiddler do this?
When running fiddler (default parameters) it does not show any traffic.
Hello,
first of all, thanks a lot for this great advantage piece of software :-)
I am a little bit stucked with my problem, so maybe I've missed something.
A project, i am currently working on - running "locally" in a VirtualBox, bridged network. (PHP / Yii Framework) When I load a page, there are access times around 550ms - 2,5s. This does not really depends on a keep alive or a new connection. Page generation time is mostly around 200ms.
Now when I start Fiddler, the first page load after that is around 20-40ms more than page generation time and all next loads as fast as the first - not much more than 300ms. I can wait 2 minutes and load a new page, and I get the same results.
That is really awesome, but I don't think, I can convince my customers to install Fiddler :-))
I have read a lot about that problem - the keep alive problem is excluded (I also disabled the options in Fiddler) Firebug marks it as "waiting time" without more info, when Fiddler is unactive.
Any advices?
Kind regards!Hello ,
Some sites has hidden codes/values when you can't see the source of the site but when you inspect element in the browser , you can see the hidden values.
with view source and fiddlers responce
.... <form class="login-form _____" action="https://members.test.com/login" id="login" onsubmit="return false" method="post" novalidate><input type="hidden" class="____" name="____"> <input type="hidden" name="action" value="https://members.test.com/login"><div class="block-box"><div class="block-box-title"> .......
with inspect element
.... <form class="login-form _____" action="https://members.test.com/login" id="login" onsubmit="return false" method="post" novalidate><input type="hidden" class="____" name="____" value="0793a815cf2b218d2a9217aa3b22f3bc 03d5f2a1f35cac4fc0d000b68d58df36 04e1da572fc15fedbf66059f9d0cc2ab 086ce652e11ca02b877f1d29eda9eb2d 04cf455b651e7c0339e905c60eb41450 005be02ab052d6d03dd3eb363be925ac 0852cfee122194294aaa2e75edc7105b 070ee6fb00c94d6e0ce04c928f3e3c5f 01ab8df0fa4145efc2a8ac2ade92e36c 0972785c4d1a1edd70967260be90f2ff"> <input type="hidden" name="action" value="https://members.test.com/login"><div class="block-box"><div class="block-box-title"> .......
so , when you do inspect element in any browser you got value="0793a815cf2b218d2a9217aa3b22f3bc 03d5f2a1f35cac4fc0d000b68d58df36 04e1da572fc15fedbf66059f9d0cc2ab 086ce652e11ca02b877f1d29eda9eb2d 04cf455b651e7c0339e905c60eb41450 005be02ab052d6d03dd3eb363be925ac 0852cfee122194294aaa2e75edc7105b 070ee6fb00c94d6e0ce04c928f3e3c5f 01ab8df0fa4145efc2a8ac2ade92e36c 0972785c4d1a1edd70967260be90f2ff
Is it possible to see this in fiddler ?
I use Fiddler to redirect the browser to local resources to test my library components before I push them up to github. This works really great using localhost while working in webstorm.
If I want to work without internet though (e.g. on a plane), the redirect fails. I get net::ERR_TUNNEL_CONNECTION_FAILED errors in the browser for resources that I would normally redirect to local versions.
I thought that Fiddler would intercept these requests and just respond with the local resource, but the browser is trying to GET from the remote resource.
Why is this and how can I fix it?
Hi, does anyone know what the maximum number of characters accepted in the URL field of the "Composer" tab, when set to method "Post" ?
Thanks
Kate
Hi Eric,
Not sure this is the right medium for a bug report, but I could not find a bug tracker for your Fiddler project. After update 2.6.1.5 I got certificate errors in browsers that said the certificate had an invalid digital key. After fiddling around I found that your HTTPS options tab changed. After switching to MakeCert things worked again. The issue can be reproduced by clearing the certificates from the stores and switching back to CertEnroll. Let me know if you need additional information or are unable to reproduce the issue. I am currently working on windows 8.1 and .NET framework 4.5.51650.
Cheers,
Jasper
Hi Eric,
I know that Fiddlercore can only intercept http/s traffic.
Can you recommend or do you know of any c# api's that can intercept/capture these types of traffic (Similar to how fiddlercore does it):
RTSP
MMS
MMST
MMSU
Basically I just need to capture there bytes response and any other associated data.
Thanks
Hendrik
I have a teacher that wants to see activity on their ipads live while in class to bust kids not doing what they are supposed to. Is there a remote viewer? Or do I have to let the teacher remote into the server? (scary)
Thanks
Rodney