hehe, yay.
getting some problems with redirections (HTTP Status 302 - redirection). Login works fine but redirection fails for POST-Methods. have to find a solution
I'am seding a Post-Request to
setting Post-Parameters to
postMethod1.addParameter("username", "user");
postMethod1.addParameter("passwd", "pass");
postMethod1.addParameter("loginn", "Login");
save cookie
status:302
header-> Location:choose_world....php, redirecting to this Location-> fail