HttpResponse code 302
问题 I am using simulator BB 8900. I am trying to connect to url and get response code 302.What does it mean? Here is my code snippet: import javax.microedition.io.Connector; import javax.microedition.io.HttpConnection; ..... connection = (HttpConnection)Connector.open(url); responseCode = connection.getResponseCode(); 回答1: An HTTP 302 is a 'temporary redirect'. You need to handle it. As per the standard, if you get a 302 response, the response will contain a 'Location' header field with the