authlib-injector icon indicating copy to clipboard operation
authlib-injector copied to clipboard

Not properly replacing urls

Open wildmaster84 opened this issue 1 year ago • 1 comments

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?

wildmaster84 avatar Aug 21 '22 18:08 wildmaster84

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

yushijinhun avatar Aug 21 '22 22:08 yushijinhun