Office365FiddlerExtension

所属分类:OA办公系统
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2023-07-06 21:27:44
上 传 者sh-1993
说明:  此Fiddler扩展是一个以Office 365为中心的分析器,用于有效解决Office 365客户端应用程序连接和功能的故障...,
(This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.)

文件列表:
EXOFiddlerInspector/ (0, 2023-08-06)
EXOFiddlerInspector/update.xml (154, 2023-08-06)
Office365FiddlerExtension.sln (1704, 2023-08-06)
Office365FiddlerExtension/ (0, 2023-08-06)
Office365FiddlerExtension/ApplicationInsights.config (6193, 2023-08-06)
Office365FiddlerExtension/Deploy-Office365FiddlerExtension.ps1 (11309, 2023-08-06)
Office365FiddlerExtension/ExtensionURLs.json (1007, 2023-08-06)
Office365FiddlerExtension/ExtensionVersion.json (394, 2023-08-06)
Office365FiddlerExtension/Inspectors/ (0, 2023-08-06)
Office365FiddlerExtension/Inspectors/Office365Inspector.cs (24798, 2023-08-06)
Office365FiddlerExtension/Office365FiddlerExtension.csproj (23349, 2023-08-06)
Office365FiddlerExtension/Properties/ (0, 2023-08-06)
Office365FiddlerExtension/Properties/AssemblyInfo.cs (1474, 2023-08-06)
Office365FiddlerExtension/Properties/Resources.Designer.cs (2816, 2023-08-06)
Office365FiddlerExtension/Properties/Resources.resx (5698, 2023-08-06)
Office365FiddlerExtension/Properties/Settings.Designer.cs (1960, 2023-08-06)
Office365FiddlerExtension/Properties/Settings.settings (552, 2023-08-06)
Office365FiddlerExtension/Services/ (0, 2023-08-06)
Office365FiddlerExtension/Services/Fiddler/ (0, 2023-08-06)
Office365FiddlerExtension/Services/Fiddler/ActivationService.cs (5243, 2023-08-06)
Office365FiddlerExtension/Services/Fiddler/RulesetService.cs (2146, 2023-08-06)
Office365FiddlerExtension/Services/Fiddler/SazFileService.cs (5024, 2023-08-06)
Office365FiddlerExtension/Services/Fiddler/SessionService.cs (890, 2023-08-06)
Office365FiddlerExtension/Services/Json/ (0, 2023-08-06)
Office365FiddlerExtension/Services/Json/SessionClassificationService.cs (55571, 2023-08-06)
Office365FiddlerExtension/Services/Json/SessionFlagService.cs (18069, 2023-08-06)
Office365FiddlerExtension/Services/Json/SettingsJsonService.cs (15947, 2023-08-06)
Office365FiddlerExtension/Services/Json/URLsJsonService.cs (5028, 2023-08-06)
Office365FiddlerExtension/Services/Json/VersionJsonService.cs (3951, 2023-08-06)
Office365FiddlerExtension/Services/Preferences.cs (6180, 2023-08-06)
Office365FiddlerExtension/Services/Telemetry/ (0, 2023-08-06)
Office365FiddlerExtension/Services/Telemetry/TelemetryService.cs (7059, 2023-08-06)
Office365FiddlerExtension/Services/Update/ (0, 2023-08-06)
Office365FiddlerExtension/Services/Update/UpdateService.cs (7999, 2023-08-06)
Office365FiddlerExtension/Services/Update/VersionService.cs (8906, 2023-08-06)
Office365FiddlerExtension/SessionClassification.json (39601, 2023-08-06)
Office365FiddlerExtension/UI/ (0, 2023-08-06)
... ...

## Extension Purpose This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality. ## How To Use The Extension 1. Reproduce an issue / behaviour: Use Fiddler Classic, FiddlerCap, or FiddlerAnywhere to collect a trace (decrypt traffic) on the computer where the issue is seen. Save the result as a SAZ file, and transfer to your own computer. 2. Review the result (SAZ) file: On your own computer install Fiddler Classic, install the extension, and open the SAZ file. ## Deployment Script The best way to get the Office 365 Fiddler Extension is via the deployment script. Run the below in PowerShell on your computer: `Invoke-Expression (New-Object Net.WebClient).DownloadString('https://aka.ms/Deploy-Office365FiddlerExtension')` Don't want to use the aka.ms short link, or not working? Use this instead: `Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/jprknight/Office365FiddlerExtension/master/Office365FiddlerExtension/Deploy-Office365FiddlerExtension.ps1')` ![Office 365 Fiddler Extension Deployment Script](https://github.com/jprknight/Office365FiddlerExtension/blob/master/docs/Office365FiddlerExtensionDeploymentScript.png) ## Functionality Breakdown ### Colourisation of sessions The extension enhances the default experience of Fiddler by colouring sessions in line with the session analysis performed. Think traffic lights, with some extras. * Red -- Something red is really broken, start here first. * Black -- Something might be broken, but these may not be the underlying cause. * Orange -- Something which may be a concern, see Session Analysis on the response inspector for details. * Blue -- False positive detected, most prominiently HTTP 502's, see Session Analysis on the response inspector for details. * Green -- Nothing bad detected. * Gray -- Unlikely to be of interest. ### User Interface * **Response Inspector Tab** - Look for Session Analysis, for helpful information on any given session. * **Office 365 Menu** - Turn off/on extension features. ### Session Columns Columns are added into the session view on the left side of Fiddler, scroll the view to the right if you don't immediately see them. Re-order the columns to your preferences. * **Elapsed Time** - The roundtrip time for the request/response. * **Response Server** - What kind of device / server responded to the request. * **Session Type** - What kind of session was detected. * **Host IP** - IP address of the device / server which responded. * **Authentication** - Authentication details detected in the session. ## Known limitations * ~~Extension does not act on live captured sessions. In this scenario, session analysis can be inaccurate.~~ * Extension does not act on import, such as importing a HTTP archive. However, a HAR file can be imported, saved as a SAZ file, then loaded for the extension to work. ## Project Links **Wiki:** https://aka.ms/O365FiddlerExtensionWiki **Issues:** https://aka.ms/O365FiddlerExtensionIssues **Download:** https://aka.ms/O365FiddlerExtension **EHLO team blog post:** EHLO Blog Article

近期下载者

相关文件


收藏者