StoreDev / StoreLib

Storelib is a DotNet library that provides APIs to interact with the various Microsoft Store endpoints.
Mozilla Public License 2.0
139 stars 47 forks source link

About http/2 in fe3.delivery.mp.microsoft.com #13

Closed cjw1115 closed 3 years ago

cjw1115 commented 3 years ago

hello! This is a very amazing project. Appreciate it.

I tried to catch the Microsoft store app install request with Fiddler, BurpSuite...to many tools.

But I always got errors about fe3cr.delivery.mp.microsoft.com, it's a http/2 connection, I tried to set system proxy to get the request. But however, if I try to catch it, it always failed, it only succeed when I remove the proxy.

So I want to know how do you resolve this problem? could you help me. Thanks.

TitleOS commented 3 years ago

As this isn't an issue with StoreLib, I will be closing it. However, the problem is caused by Windows performing cert pinning on certain store related domains such as FE3. The workaround requires patching certain Windows system dlls.