11-23-2012, 02:02 AM
(11-23-2012, 01:39 AM)FakeTruth Wrote: It seems to me it fails at step 5 of the client operations http://wiki.vg/Authentication#Server_operation
Quote:5. Client sends a HTTP request to
http://session.minecraft.net/game/joinse...d=<session id>&serverId=<server hash>
If the response is OK then continue, otherwise stop
Apparently response is not OK, so the client stops
I think that's right. And to change the joinserver URL we need the analog of NetClientHandler.java. the file NetClientHandler.java of vanilla server. contains link to joinserver.jsp.