OfficeDev / Office-Inspectors-for-Fiddler

Microsoft Office (MAPI, WOPI, and FSSHTTP) inspectors for Fiddler
MIT License
83 stars 55 forks source link

Fix request parse for MS-FSSHTTPB 2.2.2 on QueryAccess requests #62

Closed tomjebo closed 2 years ago

tomjebo commented 2 years ago

This update accounts for optional fields between the Request Start and the User Agent Version fields in the Request Message header structure. Without this, some requests from Word Query Access requests will fail to parse with an exception. It does match the specification descriptions.