Skip to content

Commit

Permalink
Add Free to Play URL to description in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Jul 30, 2023
1 parent c32a68d commit f60ed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You can also select a different region - preferably far away from your actual lo
## How it works

This extension overwrites the [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch) method to intercept requests to the Xbox servers.
When loading [xbox.com/play](https://www.xbox.com/play), a POST request is made to `https://xgpuweb.gssv-play-prod.xboxlive.com/v2/login/user`.
When loading [xbox.com/play](https://www.xbox.com/play), a POST request is made to `https://xgpuweb.gssv-play-prod.xboxlive.com/v2/login/user` or `https://xgpuwebf2p...` for Free to Play users.
The response contains a list of all regions with one of them marked as the default region (shortened):

```json
Expand Down

0 comments on commit f60ed03

Please sign in to comment.