The http-status-code-302 tag has no wiki summary.
17
votes
4answers
4k views
Will a 302 redirect maintain the referer string?
I need to redirect the user from one page to another, but I need to maintain the original referer string. So, for example, if they start out on http://www.othersite.com/pageA.jsp, click a link that ...
14
votes
7answers
17k views
jQuery and AJAX response header
So I've got this jQuery AJAX call, and the response comes from the server in the form of a 302 redirect. I'd like to take this redirect and load it in an iframe, but when I try to view the header info ...
11
votes
3answers
7k views
How to redirect from HTTPS to HTTP without annoying error messages
I want to redirect users, after HTTPS login, to the HTTP pages on the site. Using HTTPS for the whole site is not going to happen.
What I have so far is the following:
User posts the login form ...
8
votes
5answers
12k views
Catching 302 FOUND in JavaScript
I use jQuery to make an AJAX POST request to my server, which can return HTTP response with status 302. Then JavaScript just sends GET request to this URL, while I'd like to redirect user to URL in ...
7
votes
4answers
1k views
http redirect: 301 vs. 302 (temporary vs. permanent)
Is the client supposed to behave differently? How?
6
votes
1answer
1k views
Forms auth redirecting css/script includes to the login page with HTTP 302
I have some includes on a login page, a css file and a js file.
<link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css" />
<script type="text/javascript" ...
6
votes
2answers
433 views
javascript image onError in case of non 200 response
I have to count image loading time. onLoadHandler is responsible for it.
<img onError="onErrorHandler(this);" onLoad="onLoadHandler(this);" alt="" border='0' width='1' height='1' ...
6
votes
4answers
11k views
Redirect to new page w/ POST data (PHP/Zend)
I'm trying to figure out how to redirect to a new page (different application, controller, action) and maintain the current POST data.
My app is validating the POST data and if a certain criteria is ...
6
votes
4answers
2k views
Want to redirect all visitors except for me [.htaccess]
Basically I'm about to start work on a site and I'd like something that I can add into my .htaccess file (or elsewhere) that'll work like this pseudo code: (my ip will be in place of 127.0.0.1)
if ...
5
votes
4answers
380 views
After a POST, should I do a 302 or a 303 redirect?
A common scenario for a web app is to redirect after a POST that modifies the database. Like redirecting to the newly created database object after the user creates it.
It seems like most web apps ...
5
votes
3answers
2k views
Rails redirect_to “www.somewebsite.com” with GET/POST parameters?
I'm trying to issue a redirect_to in one of my controllers to a fully qualified URL + I want to pass in some parameters
In the controller for site A I do:
redirect_to: ...
5
votes
10answers
2k views
How to make a redirect in PHP?
Is it possible to redirect a user to a different page through the user of PHP?
Say the user goes to www.example.com/page.php and it I want to redirect them to www.example.com/index.php , how would I ...
5
votes
2answers
4k views
IE 302 Redirect No-Cache Header Problem
A 302 Redirect is being returned after a post of information. This redirect is intended to reload the current page.
This all works fine, but IE adds No-Cache to the header:
Cache-Control: no-cache
...
4
votes
2answers
137 views
Is it possible to observe 302 redirects with javascript?
Is there, with Javascript, a way to monitor URL changed via 302 redirects on the elements in page?
I have some script on a remote server I don't have control on, loaded via the script tag, which may, ...
4
votes
3answers
154 views
What is the fastest way to 302 a link to it's final URL?
given the link http://bit.ly/2994js
What is the most efficient way or library to use that would get you to the final URL of a bit.ly,fb.me, etc... after the 302 redirects? Assume the scale to be 10+ ...
4
votes
5answers
5k views
Httpclient 4, error 302. How to redirect?
I want to access one site that first requires an (tomcat server) authentication and then log in with a POST request and keep that user to see the site's pages. I use Httpclient 4.0.1
The first ...
4
votes
2answers
461 views
POST requests fail when <sessionState cookieless=“AutoDetect” /> is set
Consider the following case:
A web server is running a .NET app with <sessionState cookieless="AutoDetect" />.
A client is POSTing data to it using a simple HttpWebRequest (no cookies).
This ...
4
votes
5answers
3k views
jQuery AJAX see redirect as status 200 not 302?
I am using jQuery and the jQuery.form plugin to submit my form (also using ASP.Net MVC).
Problem is the user is in a section of the site that uses forms authentication and if their auth cookie ...
4
votes
2answers
2k views
PEP 302 Example: New Import Hooks
Where can I find an example implementation of the "New Import Hooks" described in PEP 302?
I would like to implement a custom finder and loader in the most forward compatible way possible. In other ...
4
votes
3answers
419 views
HTTP status for functional redirect
Right now we've got web pages that show UI elements, and web pages that just process form submissions, and then redirect back to the UI pages. They do this using PHP's header() function:
...
3
votes
1answer
122 views
jQuery clone() and 302 image sources — how to avoid reloading in Firefox?
I have a group of images within a <div>. All these images are served through a 302 instead of a 200 for security purposes (servlet serving image based on authentication).
I would like to clone ...
3
votes
2answers
268 views
Http Redirect 302
I m trying to make a HTTP 302 Redirect, but getting the following exception while I'm running in debug mode.
Unable to evaluate expression because the code is optimized or a native frame is on top of ...
3
votes
1answer
1k views
no callback are called in Firefox after ajax request with jquery with 302 redirect
I have a Rails application that uses ajax extensively. With jQuery. For example one of the models is entirely managed with jQuery: records are created, updated and deleted ajaxly. Evertything works ...
3
votes
1answer
899 views
How to catch an expected (and intended) 302 Ajax response?
So, if you look back at my previous question about Exchange Autodiscover, you'll see that the easiet way to get the autodiscover URL is to send a non-secure, non-authenticated GET request to the ...
3
votes
2answers
2k views
How do i check for a 302 response? WebRequest
Using WebRequest i want to know if i get a "302 Moved Temporarily" response instead of automatically get the new url
3
votes
10answers
12k views
What does HTTP/1.1 302 mean exactly?
Some article I read once said that it means jumping (from one URI to another), but I detected this "302" even when there was actually no jumping at all!
2
votes
3answers
82 views
Unable to read cookies in FireFox/Chrome via 302 redirect, but works in IE
I am breaking my head to figure out a browser specific issue (in Firefox and Chrome). I have spent so much time to try fixing this issue that I have finally thought to create a live demo for the ...
2
votes
2answers
173 views
302 Redirect set by Magento, 9300 Crawling errors
I have a SEOMOZ Pro account, and after crawling we have 9300 Warnings, and 90% of them are because of 302 redirect errors.
It looks like its something with the compare feature.
URL:
...
2
votes
3answers
137 views
HTTP: POST request receives a 302, should the redirect-request be a GET?
I was reading this but I didn't really got from there what request-type the redirect-request should have in what case, i.e. the function (initial request-type, response-type) -> redirect-request-type.
...
2
votes
0answers
92 views
Firebug not displaying 302 response
Does anyone know why I can't see an HTTP request that results in a 302, on Firebug's Net panel? I've got the Persist flag switched on, and the following URI that the 302 points to is shown. It's ...
2
votes
1answer
165 views
302 redirect still attempting to run original request
We have a section of code which detects old URL's and performs a redirect as follows:
Response.Clear();
Response.StatusCode = 301;
Response.Status = "301 Moved Permanently";
try
{
...
2
votes
2answers
235 views
Ajax and status 302
I'm having a problem with ajax (and/or jQuery ajax) and status 302.
This is what I am trying:
var xhr = new XMLHttpRequest();
xhr.open("GET", 'some_page_that_I_cant_change.php');
...
2
votes
2answers
78 views
is it bad to use 301,302 redirects after form submission
Is it bad to use 301, 302 redirects after processing a form submission. Or is it only advised to use for pages that have "really been moved". I can show users nice urls if I use redirects.
Please ...
2
votes
1answer
552 views
Android ClientLogin Authentication - HTTPURLConnect
I have implemented an HTTPOperations class in Android that can successfully produce an HTTP POST request. This class extends AsyncTask so that it can run in the background.
This is used to create an ...
2
votes
1answer
271 views
Catch “302 Found” when using GWT RequestBuilder
I have a service that responses HTTP Status Code 302 Found. When calling it with RequestBuilder.send() I get redirected automatically, so that the final URL is not equal to the URL initially set for ...
2
votes
1answer
760 views
Sending browser cookies during a 302 redirect
Are there any issues with sending back a cookie during a 302 redirect? For example, if I create a return-to-url cookie and redirect the user in the same response will any (modern) browser ignore the ...
2
votes
2answers
1k views
HTTP Referer after 302 Redirect
I am creating a website using Java servlets, and I have a page called LogIn. What I want to happen, is that once the user successfully fills out the login form, it returns them to the page that they ...
2
votes
2answers
529 views
Ajax Redirection Handling
I bumped into a situation I've never had to address before. I have a customer who needs to make an ajax request to a URL. For internal reasons, that URL redirects to another URL whose status code ...
2
votes
4answers
410 views
Website returns 302 instead of 200
Well this one freaks me out.
I used a Http Header check tool to check the headers of my webpage and guess what.
In every request the response was 302 instead of 200.
domain.con
www.domain.con
...
2
votes
4answers
400 views
Why does a Non-existant page returns 302 status when using a custom 404 page in asp.net
I have setup a custom 404 page custom404.aspx that returns a "404 Not Found" error correctly, however the non-existant page that was initially requested returns a "302 Found" status.
So when I test ...
2
votes
1answer
702 views
How to make a Webservice request follow a redirect?
My application neeeds to access a third part web service.
Of late, they have introduced a load balancer, which redirects to the server.
Because of this the webservice gets a 302 - Redirect error as ...
2
votes
1answer
465 views
Why do I get two redirectResponses when receiving one 302 response?
I use the following code:
- (NSURLRequest *)connection:(NSURLConnection *)connection willSendRequest:(NSURLRequest *)request redirectResponse:(NSHTTPURLResponse *)response {
NSLog(@"Received redirect ...
2
votes
1answer
821 views
Reverse proxy mode Apache intercept or trap 302 responses from backend server and redirect internally without sending 302 response back to client
Does anyone knows how to tell Apache, in reverse proxy mode, to intercept or trap 302 (or 30x) responses from backend server and redirect internally without sending 30x response back to client?
...
2
votes
2answers
957 views
HTTPS C# POST 302 Moved
I am trying to create a script that logins to a webpage and grabs a report - all is working GREAT except - I am getting a
HTTP/1.1 302 MovedTemporarily
Date: Mon, 22 Jun 2009 13:22:04 GMT
Server: ...
2
votes
2answers
1k views
IE8 stalls after 302 in new window
My client's website opens external links in new windows (with target="_blank"). The links are also routed through a logger which responds with a 302 redirect to the desired page.
For example, instead ...
2
votes
3answers
1k views
Redirect using .htaccess
I want to redirect all user page requests to a page on the same domain.
For example, I have an "under construction, BRB" page that I want all users to see when they try to access ANY page on the ...
2
votes
4answers
4k views
Apache - Reverse Proxy and HTTP 302 status messsage
My team is trying to setup an Apache reverse proxy from a customer's site into one of our web applications.
http://www.example.com/app1/some-path maps to http://internal1.example.com/some-path
...
1
vote
0answers
193 views
Facebook Graph API /me/feed returning 302 response
I'm trying to get FB.api /me/feed working, but it is returning a 302 Found status.
When a user has not allowed 'stream_publish' Extended Permissions the function works as intended, returning an error ...
1
vote
2answers
299 views
HttpPost -> Redirect -> Location or body of response needed
Here is Java code that POSTs data to a website and than gets redirected as a response (status 302). It works perfectly on my PC (Eclipse, Java, Ubuntu), it does exactly what I want it to do.
I tried ...
1
vote
5answers
155 views
Why PHP redirect doesn't work when you pass the address of the page via GET?
Here's my code in redirect.php: (I know it's unpractical)
<?php
header("Location: " . $_GET['to']);
?>
And here's the problem. This page works and redirects correctly:
...