PDA

View Full Version : HTTP Connection


DoomBringer
03-23-2005, 07:21 PM
When I try to connect to a server, I get a 302 status code. The W3's spec says that the 302 status code is a redirect, and I go ahead and read in the location, and try to connect to that new location. This fails with a 400 status code.
Any idea what could be wrong?

greenhut
03-24-2005, 04:34 AM
302 is indeed an http redirect. I am pretty sure the blackberry doesnt follow redirects as I have seen this as well - it may have been redirecting to a secure site though when the device didnt have SSL support installed.