ThomasPe / MS-Store-API

Trying to figure out the Microsoft Store API
MIT License
64 stars 4 forks source link

CORS issue #10

Closed rajvarshu closed 10 months ago

rajvarshu commented 1 year ago

Hi, I tried to integrate into my angular web app but, it's throwing cors issue

image

Is this API restricted?

bribes commented 1 year ago

Nah it’s not restricted CORS is just annoying asf, just need to make a CORS proxy, you can google that online. Just make a web server request it and then make it return with a No CORS header, no too hard.