Telerik Forums
Fiddler Forum
3 answers
642 views
Hi,

I'm trying to use a script for the action on an autoresponder, but I cannot get it to  work, and I cannot really find any information on how to do that. Is there some information around, or should I try to get the book?

/Pär
Eric Lawrence
Telerik team
 answered on 18 Mar 2014
1 answer
6.2K+ views
I thought it could, but cannot get it to do anything.

We're running Fiddler2 on the WCF 4.5 client side of a Java web service, Windows 7, Soap.

When I turn capturing on and send a request from my client app, I'd like to see what is actually being sent to the service including the Soap envelope and any request headers.  My problem is that the headers the service is expecting do not match the headers I'm sending, particularly the Content-Type, but I have no view of the headers so I can't tell what I'm sending.

I do see a file captured, but what's in it is meaningless to me.  When I open the Raw tab I see the mish-mash below.  Either it tells me what I already know, or nothing at all, but hasn't anything to do with the soap message or headers.  If I open the Headers tab it's just more garbage.  I can't even tell if it's looking at my client or something else!

I've read that you have to change ports in your web.config, which I've tried - same mish-mash.  Any clues???

CONNECT phase2.5010.core.edifecs.com:443 HTTP/1.1
Host: phase2.5010.core.edifecs.com
Proxy-Connection: Keep-Alive
A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.
Version: 3.1 (TLS/1.0)
Random: 53 27 58 06 5A B4 31 79 D1 41 6A EC F4 54 A0 BB C3 95 60 4D 54 D7 32 BD 9A F5 75 1C D7 AF DB CD
SessionID: empty
Extensions:
renegotiation_info 00
server_name phase2.5010.core.edifecs.com
elliptic_curves secp256r1 [0x17], secp384r1 [0x18]
ec_point_formats uncompressed [0x0]
Ciphers:
[002F] TLS_RSA_AES_128_SHA
[0035] TLS_RSA_AES_256_SHA
[0005] SSL_RSA_WITH_RC4_128_SHA
[000A] SSL_RSA_WITH_3DES_EDE_SHA
[C013] TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA
[C014] TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA
[C009] TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
[C00A] TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
[0032] TLS_DHE_DSS_WITH_AES_128_SHA
[0038] TLS_DHE_DSS_WITH_AES_256_SHA
[0013] SSL_DHE_DSS_WITH_3DES_EDE_SHA
[0004] SSL_RSA_WITH_RC4_128_MD5
Compression:
[00] NO_COMPRESSION
Larry
Top achievements
Rank 1
 answered on 17 Mar 2014
1 answer
129 views
I've just downloaded the latest Fiddler2 and put it onto my PC. I admit that I'm not a Fiddler guru, but I know enough to use it somewhat. I'm trying to determine what's going on with one of our websites, so I downloaded the latest Fiddler2, installed it and fired it up. Then I brought up my browser (IE11 on Windows 7 Ultimate, 64-bit). The website is protected with SSL, and so when I went to look at the header information Fiddler immediate told me that it was encrypted, but that it could decrypt it. I told it to do so, and then I started getting these popup messages from Fiddler2, over and over again. I don't know what to do about it, so help!
EricLaw
Top achievements
Rank 1
 answered on 14 Mar 2014
1 answer
254 views
I'm seeing response text like this:

fiddler.network.https> Failed to secure existing connection for <url> . A call to SSPI failed, see inner exception. InnerException: System.ComponentModel.Win32Exception: The token supplied to the function is invalid

The server is Tomcat.

Fiddler v2.4.6.2

Thx,
Ed
Eric Lawrence
Telerik team
 answered on 14 Mar 2014
2 answers
361 views
Can Fiddler capture live network traffic like TShark does? I am interested in data that is encrypted with SSL. I see that Fiddler can decrypt it.

Like:
c:\wireshark\>tshark -i 1 -R "ip.src == ip_address_here" -T fields -e data.data -l
Risto
Top achievements
Rank 1
 answered on 13 Mar 2014
2 answers
211 views
can i use process.Start() and process.WaitForExit() ?
i need to create log with external program
now i want to use process.start to start the program and process.WaitForExit to wait for the program
Eric Lawrence
Telerik team
 answered on 12 Mar 2014
2 answers
181 views
BPU bootstrap.css correctly breaks on bootstrap. But when I "Break on Response", click the Raw tab, delete the contents, then run to completion, fiddler sends all of the CSS. You can verify it restores the CSS by deleting it, then click another tab , then click back the Raw tab, the CSS is restored. Furthermore, fiddler shows it sent the entire bootstrap.

"Choose Response" always works correctly (tampers the response).

If you enter a dozen newlines and some text (asdflj)  in the RAW tab, click another tab, then click RAW,  it will retain the tampering then display:

HTTP/1.1 200 OK
Content-Type: text/css
Last-Modified: Fri, 11 Oct 2013 00:27:46 GMT
Accept-Ranges: bytes
ETag: "0ad16b518c6ce1:0"
Vary: Accept-Encoding
Server: Microsoft-IIS/8.0
X-SourceFiles: =?UTF-8?B?Rjpccm1cTXZjTW92aWVSVE1cTXZjTW92aWVSVE1cTXZjTW92aWVcQ29udGVudFxib290c3RyYXAuY3Nz?=
X-Powered-By: ASP.NET
Date: Tue, 11 Mar 2014 03:07:08 GMT
Content-Length: 22






asdflj

I've repro'd this on two Win 8.1 boxes with Fiddler Web Debugger (v4.4.6.2)
Rick
Top achievements
Rank 1
 answered on 11 Mar 2014
1 answer
6.9K+ views
Hi

I want to know how to block URL's using Fiddler Proxy
Fiddler Proxy is installed in my machine. And from same machine i need this Fiddler proxy to block requests to google domain URL's and rest all domains should work fine.

Thanks,
Karthik
Eric Lawrence
Telerik team
 answered on 11 Mar 2014
1 answer
809 views
Hello,
I've got a strange behavior of fiddler...I was debugging a wpf application that uses ServiceStack to access data.... and I've told to compress data with deflate... checking from chrome,ie,ffox I got my data compressed...in fiddler it seems the data arrives uncompressed...is this a common behavior? does fiddler 2 uncompress it and shows it in the response header as uncompressed?
Thanks
Eric Lawrence
Telerik team
 answered on 10 Mar 2014
1 answer
485 views
I have a coworker who sends me fiddler logs from their session to help them diagnose the issue.  When I attempt to open the file I see the error in the attached image but when opening the file on coworker's computer there is no problem.  The user sends me the fiddler log via e-mail.  Any help would be appreciated.
Eric Lawrence
Telerik team
 answered on 07 Mar 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?