kelvin wrote: > I've found some information about this topic, but I was curious as to > whether anyone has had any success loading webpages in a WebView with > custom headers. There doesn't seem to be any simple way of doing > this.
There is no WebView API for setting custom headers, mostly because Web browsers don't usually send custom headers. It's not like you can link to a Web page and embed custom headers into the link. AFAIK, custom headers is a technique mostly for Web services (which wouldn't use WebView) or for browser plug-ins (which Android doesn't support at the SDK level). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.3 Available! -- 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