Hi, How can I login into my wordpress site using httpcomponents ?
Here is my wordpress login page: http://chaiware.org/wp-login.php I tried using the "form based logon" example from here: https://hc.apache.org/httpcomponents-client-ga/httpclient/examples/org/apache/http/examples/client/ClientFormLogin.java But it keeps returning with a 406 http error message. Any help will be appreciated, Avi.
