Problem description:
This isn't really a "Code" problem, but what's it mean when you try to host a game and it says:
"Failed to download data (HTTP server returned unexpected status: 302 Found)."?
Everyone keeps getting that every time they try to host our game.
ID:184686
Jul 27 2006, 9:33 am
|
|
In response to Lummox JR
|
|
Thanks Lummox. What would the world do without you?
|
302 means the document has moved. The URL being used is probably a redirect to the real one. Usually the server sends back the correct address, but presently BYOND isn't really savvy enough to pick up that address automatically.
You can Google this by searching for HTTP 302.
Lummox JR