Re: [android-developers] Re: Sending custom headers in WebView

2010-03-24 Thread Mark Murphy
alien9 wrote: > what recourse is there for developers using WebViews that run into > "Length Required" messages from IIS, after a form is POSTed? > > I just want to set Content-Length :) One would hope that WebKit handles this already. So, you might want to poke around the WebKit site and see if

[android-developers] Re: Sending custom headers in WebView

2010-03-24 Thread alien9
what recourse is there for developers using WebViews that run into "Length Required" messages from IIS, after a form is POSTed? I just want to set Content-Length :) On Mar 13, 9:20 am, Mark Murphy wrote: > kelvin wrote: > > I've found some information about this topic, but I was curious as to >