yushijinhun / authlib-injector

Build your own Minecraft authentication system.
https://authlib-injector.yushi.moe
GNU Affero General Public License v3.0
752 stars 68 forks source link

Not properly replacing urls #180

Open wildmaster84 opened 2 years ago

wildmaster84 commented 2 years ago

instead of replacing the url with the correct domain, the injector outputs the following.

accountsHost='http://127.0.0.1:50834/https/api.mojang.com', sessionHost='http://127.0.0.1:50834/https/sessionserver.mojang.com', servicesHost='http://127.0.0.1:50834/https/api.minecraftservices.com'

If there a way to fix this?

yushijinhun commented 2 years ago

This is by design. authlib-injector is listening on this port, and will forward the requests to the authentication server.