Telerik Forums
Fiddler Forum
2 answers
593 views
Hi,

I am fairly new to Fiddler and I am stuck in a issue.

I have a WCF service which has a Upload File Method which takes a Custom object

  [DataContract]
    public class UploadFile
    {
        [DataMember]
        public Stream fileStream { get; set; }
        
        [DataMember]
        public string serverName { get; set; }
        
        [DataMember]
        public string accessPoint { get; set; }

        [DataMember]
        public string resourcePath { get; set; }
    }

and this is the WCF method Definition

[WebInvoke(ResponseFormat = WebMessageFormat.Json, Method = "POST", UriTemplate = "FileName", BodyStyle = WebMessageBodyStyle.Bare)]
        [OperationContract]
        [FaultContract(typeof(Errors))]
        void FileUpload(UploadFile uploadFile);


How do i test this in fiddler?

Thanks
Vishal
Top achievements
Rank 1
 answered on 20 May 2014
1 answer
415 views
There is a code:
oSession.utilDecodeResponse();
var sBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
             
var oJSON  = Fiddler.WebFormats.JSON.JsonDecode(sBody);
var o_JSON = Fiddler.WebFormats.JSON.JsonDecode(oJSON.JSONObject[0]['response']);
var oItems = o_JSON.JSONObject['data']['User']['Equip']['Items'];
How to add to the end of оItems element { 'ID' :3, 'Count' :1 }? Thx.
Eric Lawrence
Telerik team
 answered on 19 May 2014
1 answer
233 views
Hello,

I have an embedded application running on an ARM processor that talks to a SOAP web service running on my Windows Server2008.  I am having some problems between the embedded device and the Server.  I tried running Fiddler directly on my server but it does not capture anything.  I know my embedded device is talking to the server because it does respond to some of my commands.  How do I get Fiddler to display all http request/responses to my asp.net web service application? 

Best Regards,
Steve Mansfield
Eric Lawrence
Telerik team
 answered on 15 May 2014
1 answer
1.0K+ views
How can I get Fiddler to decrypt and look at Microsoft Exchange PowerShell sessions?
Eric Lawrence
Telerik team
 answered on 13 May 2014
2 answers
197 views
Is there a way to use a custom cert when configuring Fiddler as a reverse proxy? We have a particular use scenario with Autoresponder we'd like to setup that would be easier if the devices didn't have to be configured to trust the Fiddler root. I know most reverse proxy solutions have the ability to publish a cert, I wasn't sure if that was something Fiddler could/should do.

-austinmc
Austin
Top achievements
Rank 2
 answered on 08 May 2014
1 answer
438 views
Hi,
I have installed fiddler on my work desktop PC that is connected to a domain.

Now,
From my desktop
 I am able to see the fiddler echo service page
 I can all the traffic on fiddler

From my work laptop which is also connected to the domain to use the fiddler on desktop as a proxy
 I am able to see the fiddler echo service page
 I can see all the traffic from my laptop on the fiddler running on my desktop
 
But when I try to connect my phone (which is in the same wifi as the laptop but is not connected to the domain) to use the proxy on my desktop
 I DONT see the fiddler echo service page
 I DONT see any traffic on fiddler
 The phone is not able to access internet
 I used the "Ping" app on iOS and it is able to ping my desktop
 I have tried to use both iOS and windows phone and I get the same results.

I have tried:
1. Allowing remote connections
2. prefs set fiddler.network.proxy.registrationhostname <desktop PC ipaddress>
3. Restarted fiddler

Am I doing anything wrong? What else do I need to do?
Any help is appreciated.
Eric Lawrence
Telerik team
 answered on 08 May 2014
2 answers
894 views
Hello,

I'm kind of new to fiddler and I was wondering if I could send a request to a website to which I know I will get a redirect (tinyurl.com/...), but not automatically go to the linked site.

When I use the composer to create a GET request, he automatically also goes to the linked location and sends a request to the other location. Can I tell fiddler not to send the second request? I want to inspect the location where I'll be sent to so I can verify if I get a shortened url, I'm not directed to a malicious site.
Ken
Top achievements
Rank 1
 answered on 05 May 2014
2 answers
148 views
Hello,

Fiddler can't read some AMF files like this one:

https://dl.dropboxusercontent.com/s/sfv33e3jmmfhvt3/content__b6ad3.amf?dl=1&token_hash=AAGkLWKbnuqoT74PLttnLP8_zhHfgNTZ6Hyplz1ZF0_P1Q

Thanks!
E
Top achievements
Rank 1
 answered on 03 May 2014
1 answer
3.1K+ views
Can fiddler show the traffic from/to a Node.js client or server? If so, what do I need to configure?
Eric Lawrence
Telerik team
 answered on 02 May 2014
1 answer
758 views
Is there a way to view the handshake message traffic to and from a server when using https with firefox or chrome?
Eric Lawrence
Telerik team
 answered on 02 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?