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
Our firewalls are indicating that the host fiddler2.com (50.56.19.116) is sending traffic from its port 80 to our client which is being identified as potentially malicious malware. I am quite sure that this is a false-positive, but can anybody list the possible ways in which a client and a telerik server will communicate?
Hello Everyone,
I am a first time Fiddler user and I could use some help.
I have an ipad app hard coded to go to https://server1.com and i need it to go to http://server2.com
So I added...
if (oSession.HostnameIs("server1.com")) {
oSession.hostname="server2.com";
}
the app is hard coded to use https port 443 with server1, and server2 has https working with a self signed certificate I think it is failing because of cert mismatch, i see it is tunneling to server2:443 in the capture, but still getting connection refused.
What is the easiest way to get this working?
Thanks in advance for any help you can provide.
Rodney
Hello, the only way I can get HTTPS to work is when I have my browser setting to include our company's enterprise (forward) proxy, so that when Fiddler starts, that enterprise proxy is next in line. If I instead have the browser set as "No proxy" before starting Fiddler, then an HTTPS connection will fail with a 502 once Fiddler is started.
Using WireShark to do a network trace, I can see why things are failing:
1) Once Fiddler is started, the browser has a proxy (Fiddler), and so it starts a CONNECT handshake when doing HTTPS.
2) Fiddler *forwards* the CONNECT to the web server, as if the web server were instead itself a proxy. Because the web server is not listening on port 80 (which CONNECT uses), this fails with a 502.
It seems like when there was no proxy before Fiddler started, it should "swallow" all CONNECTs and not forward them to the target web servers.
What am I missing here?
Thanks, Steve
Hi,
I am customising my fiddler script and was hoping to get the response body as a base64 string, is this possible?
I tried the following:
var bytes = Encoding.UTF8.GetBytes(oSession.GetResponseBodyAsString());
var base64 = Convert.ToBase64String(bytes);
FiddlerObject.log(base64);
However this did not work. I am probably missing something really obvious.
The response body is a PNG.
Many thanks
Pete
Dear Sir/Madam
hopefully someone who can help me to deal with my problem
I don't know why i cannot use fiddler anymore , and I had tried remove it and reset it again ,but it's working ,on the other hand , I was using as URL http://127.0.0.1:8888/troubleshooter.cgi to get message as following
Fiddler Echo Service
GET /troubleshooter.cgi HTTP/1.1
Host: 127.0.0.1:8888
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36
Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-TW,zh;q=0.8,en-US;q=0.6,en;q=0.4,zh-CN;q=0.2 This page returned a HTTP/200 response
Originating Process Information: chrome:4676
Alternate hostname test
"DNS_PROBE_FINISHED_NXDOMAIN"
Hello,
I am trying to capture the traffic of instagram android app, I tried it Andy emulator then real device both of them failed.
I set proxy manually and I can capture data browser http,https there is no problem when capturing browser.
But I cant sniff my twitter android app traffic. I tried drony and proxydroid but couldn't sniff any data.
there is no certiface error even I can sniff all htttps data on browser. Instagram doesn't send any data to fiddler.
How can I solve this problem ?
selected .net 2 on http://www.telerik.com/download/fiddler
attached is the Symantec screen displaying the download link (<mixed characters>.cloudfront.net....).
Symantec messages:There is strong evidence that this file is untrustworthy. This file has been seen by hundreds of Symantec users. Symantec has known about this file approximately 2 weeks.
installed Fiddler Web Debugger (v4.6.1.4) on windows7,android phone install APK,fiddler capture APK running data
It work correctly,but recently,It always show an error as following:
post:
CONNECT 183704.engine.mobileapptracking.com:443 HTTP/1.1
Host: 183704.engine.mobileapptracking.com
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.2.2; Nexus Build/JDQ39E)
Connection: Keep-Alive
After the client received notice of the established CONNECT, it failed to send any data.
return:
HTTP/1.1 200 Connection Established
FiddlerGateway: Direct
StartTime: 11:02:49.203
Connection: close
how can I do ?
Listens all http/https traffic without 127.0.0.1:8888 , is it possible ?
For example I have a program but there is no settings for to add 127.0.0.1:8888 , so fiddler can not capture any traffic from the program.
I tried to use for that any process snipe but doesn't work.
If i listens port 80 , fiddler can able to capture from the program or is there any setting like listen that wifi adapter and capture all traffic ?
When i set to 80 , fiddler gives an error [img]http://i.hizliresim.com/AgPMgz.jpg[/img]