About 10,500,000 results
Open links in new tab
  1. header - What causes a HTTP 302? - Stack Overflow

    Mar 25, 2011 · The browser sends back an HTTP 302 code, which means that the requested resource has temporarily moved to a different location. Along with the HTTP 302 code, the server sends back …

  2. HTTP redirect: 301 (permanent) vs. 302 (temporary)

    Aug 13, 2013 · 301 is a permanent redirect, and 302 is a temporary redirect. The browser is allowed to cache the 301 but 302 means it has to hit our system every time. assuming that we want to minimize …

  3. What does HTTP/1.1 302 mean exactly? - Stack Overflow

    Jun 10, 2009 · The 302 status code A response with 302 is a common way of performing URL redirection. Along with the 302 status code, the response should include a Location header with a …

  4. How does HTTP 302 work? - Stack Overflow

    Jul 28, 2010 · The internals of what? 302 is a return code the server gives the client, what the client does is upto it. The RFCs give guidance on what the client should do, but in the real world 301, 302, …

  5. HTTP 302 found response code - what's the meaning?

    Nov 3, 2021 · The HTTP response status code 302 Found is a common way of performing URL redirection. An HTTP response with this status code will additionally provide a URL in the location …

  6. API request throws a 302 status code -- how to solve/redirect

    Aug 30, 2019 · 302 is a status code returned by the server to indicate that the client should retry the request using a different URL. It's a way to redirect the client to a different endpoint.

  7. What's the difference between a 302 and a 307 redirect?

    307 came about because user agents adopted as a de facto behaviour to take POST requests that receive a 302 response and send a GET request to the Location response header. That is the …

  8. http status code 302 - 302 found response - Stack Overflow

    Feb 4, 2012 · The 302 status code indicates that the resource you are requesting has redirected to another resource. If this is behind some authentication, or requiring a session to be active then yes, it …

  9. HTTP error code: 302 when calling https webservice

    May 21, 2014 · HTTP status code 302 is a redirect, and so is unlikely due to a certificate problem. My initial guess is that you need to add a / (or remove it) from your URL. Some http server frameworks …

  10. How to interpret HTTP Status Code 302 in an IIS web log

    Jul 26, 2016 · However, some Web applications and frameworks use the 302 status code as if it were the 303." While I understand the concept, I am not sure which meaning to apply when viewing an IIS …