Hi all I am using android webview.posturl() method to post to a servlet.
>From the servlet i am doing a http POST to a new url using apache httpclient 4.0 API which is returning me a HTTP/1.1 302 removed temporarily response and it is making a http GET request to another URL in the response header The problem is my webview loads until i get HTTP/1.1 302 removed temporarily response and after that it does not go to the redirected page. >From the server log,i can see the redirection happening successfully. Please go to the following URL where i have posted complete code. http://stackoverflow.com/questions/8096670/android-webview-not-redirecting-to-get-request-result-after-http-1-1-302-moved-t please help. -- 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

