nEx.Software wrote: > Thanks for the lead Mark. I really appreciate it. I hope it gives me > some insight. So, is my assessment right in that the HttpPost/ > HttpClient route is not possible for this sort of thing currently?
If by "this sort of thing" you mean pre-emptive HTTP authentication, it definitely can be done. In my tutorials book, I show creating a Twitter client using HttpClient and pre-emptive HTTP authentication (nasty!), then ripping all that out and replacing it with JTwitter (crisp and clean!). While I like HttpClient in general, pre-emptive HTTP authentication is not one of its strong suits. > I > see there used to be a MultipartEntity class which was removed with > the 1.0 SDK. That looks like it might have been what I needed. Anyway > thanks again. I think others have just grabbed an edition of that from http://hc.apache.org. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

