HTTP Error 302 - Moved temporarily Resolving 302 errors/how to fix: The 302 response from the Web server should always include an alternative URL to which redirection should occur. If it does, a Web browser will immediately retry the alternative URL. So you never actually see a 302 error in a Web browser, unless perhaps you have a corrupt redirection chain e.g. URL A redirects to URL B which in turn redirects back to URL A. If your client is not a Web browser, it should behave in the same way as a Web browser i.e. immediately retry the alternative URL. If the Web server does not return an alternative URL with the 302 response, then either the Web server software itself is defective or the Webmaster has not set up the URL redirection correctly.