Telerik Forums
Fiddler Forum
0 answers
182 views

Hi,

I Need some help

I want to connet to a Server by JavaScript from my Homeserver.

The Server i want to connect, uses "Digest authentification", when I attempt, I get the following Response:

{"jsonrpc":"2.0","result":{"realm":"Insta-NetBox","domain":"","uri":"/jsonrpc//management","nonce":"d4d4cceede1cd30ad082bab2d18b03f7741db5d2","opaque":"736873746d383364706b3772746b3335356b70356d7539306636","algorithm":"sha","qop":"auth"},"id":"1"

 

I know the Password (I can log in with a web-application).

 {"jsonrpc":"2.0", "method":"userLoginDigest", "params":{"userName":"admin", "uri":"/jsonrpc//management", "qop":"auth", "cnonce":"77F63B06D02BA690D0AC929CF785F009E75F2BD" , "nc":"00000001" , "response":"ef0caa10c9dd87225e459312cd9d8686d6f6fcbc" , "realm":"Insta-NetBox", "nonce":"d4d4cceede1cd30ad082bab2d18b03f7741db5d2", "algorithm":"sha", "opaque":"736873746d383364706b3772746b3335356b70356d7539306636"}, "id":"2"}

I get "Authorization failed"....

according to RFC2617 I calculate the hashesfor the Response string and the "cnonce" value als a 40 sign random-string

Does someone have a chance to verify my calculation?

 

 

 

 

 

Stefan
Top achievements
Rank 1
 asked on 18 Jan 2018
2 answers
259 views

Hi

I've just downloaded FiddlerCore and I plan to use it my .net core project.

My .net Core SDK version is v2.1.4 . The latest one when I write this post. 

I use the sample code, I did "dotnet restore -s <path_to_nupkg_files>" , run the code trusted the certificate...and..... nothing got captured.

Edge,IE. Nothing . Presssing L, S shows nothing..

 

Any ideas what I'm doing wrong ?

 

Best regards

 

 

 

Piotr
Top achievements
Rank 1
 answered on 17 Jan 2018
1 answer
128 views

I have downloaded fiddler and mono and put fiddler on my desktop

and when get to the step of mono Fiddler.exe, it says 

 

Cannot open assembly 'Fiddler.exe': No such file or directory.

 

Please help!

Thanks

Iris
Top achievements
Rank 1
 answered on 16 Jan 2018
3 answers
558 views

Hi there,

I got the following error on the first launching Fiddler after installed it on windows 10:

 

---------------------------
Loading custom MIME mappings failed
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.


There is an error in XML document (0, 0).


Type: System.InvalidOperationException
Source: System.Xml
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)


   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)


   at Fiddler.XmlFileMimeMappings..ctor(String filePath) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\MimeMapping\XmlFileMimeMappings.cs:line 40


   at Fiddler.frmViewer.š(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 9816


System.Xml.XmlException: Root element is missing.


   at System.Xml.XmlTextReaderImpl.Throw(Exception e)


   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()


   at System.Xml.XmlReader.MoveToContent()


   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderList1.Read3_ArrayOfMimeMap()
Fiddler v4.6.20173.38786 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.10586.0]
---------------------------
OK  
---------------------------


Alexander
Telerik team
 answered on 15 Jan 2018
5 answers
262 views

Received this error when starting up Telerik after install

---------------------------
Generating default MIME mappings file failed
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.

Access to the path 'C:\Users\donnie\Documents\Fiddler2\CustomMimeMappings.xml' is denied.

Type: System.UnauthorizedAccessException
Source: mscorlib
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)

   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)

   at System.IO.FileStream..ctor(String path, FileMode mode)

   at Fiddler.frmViewer.š(Object , EventArgs ) in C:\JenkinsHome\jobs\OrchestraFiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 9782


Fiddler v5.0.20173.49666 (x64 AMD64) [.NET 4.0.30319.36392 on Microsoft Windows NT 6.0.6002 Service Pack 2] 
---------------------------
OK   
---------------------------

Alexander
Telerik team
 answered on 15 Jan 2018
2 answers
201 views

Hi,

Nuget has a package for fiddler core, I know that the user created this package is named like fiddler's developer, but still, this user can fake.

 

Can I trust this nuget? Was it really uploaded by Telerik?

Julianno
Top achievements
Rank 1
 answered on 12 Jan 2018
1 answer
366 views

Hello,

My company has recently started using a proxy (which I can see set in the Local Area Network (LAN) Settings dialog.

Now, when I try and proxy my traffic through Fiddler from the urllib2 python library it does not get captured by Fiddler.  However, when I turn the Windows proxy off the traffic does get captured by Fiddler.

Does any body have an idea about why this would be?  Is there some contention between the way that Windows proxies traffic and the way Fiddler proxies traffic?

Thanks,

Douglas.

Douglas
Top achievements
Rank 1
 answered on 12 Jan 2018
1 answer
168 views

the yellow warning "system proxy was changed" pop up constantly.

I use PROCESS MONITOR to monitor the proxy.

Guess What I Found. 

there is no other application alter this value but itself ! 

See the Pic.  It delete the proxy setting automatically.

I don't know what to do.

 

Top achievements
Rank 1
 answered on 08 Jan 2018
0 answers
662 views

监听苹果app时提示下图信息,然后就不知道怎么弄了!

 

When listening to the apple app, prompt the following information, and then don't know how to do it!

 

 

Oliver
Top achievements
Rank 1
 asked on 05 Jan 2018
2 answers
456 views

Hi All,

i'd like to capture traffic to this kind of link : https://10.150.87.244/webcoding ( fiddlercore is working good with the url of this link is https://nlbp.webcoding.p04.cldsvc.net/webcoding)

I've manual added 10.150.87.244 to IE Exception when fiddlercore is running and it's working, I can access this link and can capture traffic. 

But I don't want to do that manual. Please advice (sorry for my bad Eng)

 

Tung
Top achievements
Rank 1
 answered on 05 Jan 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?