redirects are more commonly handled in the headers rather than in the URL.
if handling them manually in client code, check for response code 300-399 and then check the "Location" header - http://hc.apache.org/httpclient-3.x/redirects.html >A server initiaited redirect will be followed automatically by >httpClient. In a client side redirect, you read the html and find the >redirection url in one of the meta tags. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

