ToontownRewritten / api-doc

Documentation of Toontown Rewritten's Web APIs for developers.
https://toontownrewritten.com/
49 stars 7 forks source link

`ip` field in login requests #17

Closed hyperdefined closed 5 months ago

hyperdefined commented 5 months ago

Within this the last week, there was an ip field added to a successful login request. This ended up breaking my custom launcher, and was wondering what this was going to be used for.

{cookie=xxx, success=true, manifest=/content/patchmanifest.txt, gameserver=gameserver.toontownrewritten.com:31363, ip=null}
Hawkheart commented 5 months ago

Hello,

This was to be used for a feature we're experimenting with. We've decided that it won't be needed in the end, so it's been removed again. Apologies for (temporarily) breaking API contract!