I am trying to allow users to send an HTTP POST request to their custom server. I am told that it needs to allow for "Basic Authentication" to incorporate username and password to login to the web server when it makes this post. And it needs to be done on the app side. I am told that Tasker knows how to do this, and had it implemented, for those this same user who was trying to connect to Homeseer server.
HttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new HttpPost(serverUrl);
result = httpclient.execute(httppost);
Thank you very much for the reply...it will at least help me figure it out if I can't do it exactly like that
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/326a6SpKoU0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.