MixV2 / EpicResearch

Research about Epic Games' non-documented API
350 stars 84 forks source link

Changed exchange code authentication #10

Closed timiimit closed 4 years ago

timiimit commented 4 years ago

Epic Games changed the exchange code authentication from GET request on https://www.epicgames.com/id/api/exchange to POST request on https://www.epicgames.com/id/api/exchange/generate. So you should probably update your notes.

WorkingRobot commented 4 years ago

it also requires a valid csrf token (from what i've looked at, it's possible through a cookie; haven't seen if it's possible via header)

MixV2 commented 4 years ago

Thanks, updated - I'll write up how to get an authorization code (similar to an exchange code) through the browser soon