Wednesday, June 2, 2010

[android-developers] Load https requests with Webview.

Hello,

I'm trying to load https requests with a Webkit object but It shows
only a blank page, with http requests I don't have problems, It shows
the page correctly.

I have look the source code of the browser, in
http://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a=tree;f=src/com/android/browser;h=93374db498bf603472d0c9f83b4a9a6fbf9f592e;hb=9fadc3a1966adaf27751a78ad5b3e5a653ca38c1

but I don't understand how the browser process the https requests. I
think that the class BrowserActivity process the http and https
requests but I don't see how to do it. Somebody could explain how the
browser process the https request? It uses a Webview object to show
the response of the https requests?

Thank you.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment