fiddler
GET calls seem to be dropped using HttpClient
I\'m using the HttpClient from the WCF REST Preview release, and we\'re seeing some strange functionality I\'m trying to pin down.[详细]
2023-04-12 05:35 分类:问答fiddler doesn't capture python http request?
I\'ve tried to use fiddle2 to debug one of my python program which makes http request and gets response. However I didn\'t see any traffic on fiddler no matter I ran python in command prompt or python[详细]
2023-04-12 02:59 分类:问答Fiddler does not capture my script's requests
my code: proxy = urllib2.ProxyHandler({\'http\': \'127.0.0.1:8888\'}) opener = urllib2.build_opener(proxy)[详细]
2023-04-11 13:26 分类:问答Fiddler add binary file data to POST
I\'m try to add binary file data dire开发者_JAVA技巧ctly to the request body of a POST call so I can simulate a file upload. However, I tried setting a \'before request\' breakpoint and using \'insert[详细]
2023-04-10 19:47 分类:问答401 Unauthorized returned on EndGetResponse. Apache Error log: cannot generate context
I got a server with Apache running. Now I want to be able to read the contents of a folder there and for that this folder is configured in the Apache httpd.conf something like this:[详细]
2023-04-09 00:56 分类:问答Can Fiddler monitor traffic other than HTTP
I have developed a Client/Server type application.XML data is passed between the client and server.I want to simulate how it would run on a very slow network (i.e. radio @ 9.6kps).I unders开发者_Pytho[详细]
2023-04-08 05:00 分类:问答HTTP ETag reproduction
Having recently discovered problems relating to the HTTP ETag and our CDN I\'ve tried to capture some in Fiddler for well known sites.However it appears that whatever combination of browser / w开发者_[详细]
2023-04-08 03:39 分类:问答How to verify Restful Client certificate authentication working with WCF?
I have set up Restful webservice in WCFwith client authentication using certificate authentication. I am also using SSL (on IIS) for Rest services. When I use fiddler to check whether SSL and c开发者_[详细]
2023-04-07 19:50 分类:问答Simulating Fiddler requests in buffering mode in C#
I am building a web scraping or crawler C# .NET application that keeps sending requests to a server to collect some information. The problem is that for certain web pages for this specific server that[详细]
2023-04-07 17:20 分类:问答Log Fiddler Requests to Database Real-time
Is there any way to log all requests ongoing to a database or can you only log snapshots to开发者_开发百科 a database?The following example relies upon OLEDB 4.0 which is not available for 64bit proce[详细]
2023-04-07 01:23 分类:问答