DGupta wrote:
> So I'm attempting to connect to the Tumblr Dashboard using an HTTP
> Post. The Activity uses a WebView and I do an http post after creating
> the webview, but the redirect_to in the HTTP Post doesn't work with
> the WebView. I know my post works and isn't throwing errors, however I
> need the HTTP Post to work with the webview and am completely lost on
> how to.

HttpClient and WebView are completely separate engines. Operations done
in one will not affect the other.

If the Tumblr POST is setting a session cookie or something, you may be
able to get that out of the HttpClient cookie jar and feed it to
WebView, but I have not tried that.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, $35/Year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to