You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/storage-explorer-troubleshooting.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -487,7 +487,7 @@ Part 1: Install and Configure Fiddler
487
487
9. Choose “Export Root Certificate to Desktop”
488
488
10. Go to your desktop
489
489
11. Find the FiddlerRoot.cer file
490
-
12. Doubleclick to open
490
+
12. Double-click to open
491
491
13. Go to the "Details" tab
492
492
14. Click "Copy to File…"
493
493
15. In the export wizard choose the following options
@@ -499,22 +499,22 @@ Part 1: Install and Configure Fiddler
499
499
19. In the dialog, choose "Use app proxy settings", and set the URL to http://localhost and the port to 8888
500
500
20. Click Ok
501
501
21. Restart Storage Explorer
502
-
22. You should start seeing network calls from a storageexplorer process show up in Fiddler
502
+
22. You should start seeing network calls from a `storageexplorer:` process show up in Fiddler
503
503
504
504
Part 2: Reproduce the issue
505
505
1. Close all apps other than Fiddler
506
-
2. Clear the Fiddler log (X icon in the top left, somewhere nearby the View menu)
507
-
3. Optional/recommended: let Fiddler set for few minutes, if you see network calls appear, rightclick on them and choose 'Filter Now' > 'Hide <processname>'
506
+
2. Clear the Fiddler log (X icon in the top left, near the View menu)
507
+
3. Optional/recommended: let Fiddler set for few minutes, if you see network calls appear, right-click on them and choose 'Filter Now' > 'Hide <processname>'
508
508
4. Start Storage Explorer
509
509
5. Reproduce the issue
510
510
6. Click File > Save > All Sessions…, save somewhere you won't forget
511
511
7. Close Fiddler and Storage Explorer
512
512
513
513
Part 3: Sanitize the Fiddler trace
514
-
1. Doubleclick on the fiddler trace (.saz file)
514
+
1. Double-click on the fiddler trace (.saz file)
515
515
2. Press `ctrl`+`f`
516
516
3. In the dialog that appears, make sure the following options are set: Search = Requests and responses, Examine = Headers and bodies
517
-
4. Search for any passwords you used while collecting the fiddler trace, any entries that are highlighted, rightclick and choose Remove > Selected sessions
517
+
4. Search for any passwords you used while collecting the fiddler trace, any entries that are highlighted, right-click and choose Remove > Selected sessions
518
518
5. If you definitely entered passwords into your browser while collecting the trace but you don't find any entries when using ctrl+f and you don't want to change your passwords/the passwords you used are used for other accounts, then feel free to just skip sending us the .saz file. Better to be safe than sorry. :)
0 commit comments