The HTTP response status code 302 Found is a common way of performing a redirection

learn more… | top users | synonyms

0
votes
1answer
42 views

Java Spring Controller mapped properly, but server returns 302 instead of 200

I have following controller @Controller @RequestMapping("/adwords") public class AdwordsController { @RequestMapping(method = RequestMethod.GET) public ModelAndView ...
5
votes
8answers
208 views

codeigniter 302 found error

I have tried everything and I am close to giving up. Help please. I've been trying to get rid of the index.php in codeigniter and have done every code that google has provided to put in the ...
0
votes
0answers
27 views

WSDL Blank, then HTTP 302 for Remote web service

I'm using RAD 8.5 and WAS 8.5 to write a basic webservice and web client. I've used all the RAD-supplied tools and annotations to create your basic JAX-WS stuff. Now, I've written a JUnit test that ...
0
votes
0answers
28 views

302 or 307 Redirect? [duplicate]

From a programmatic point of view which is better 302 or 307 for the following? I am going to test two different urls for the same content. One URL is already indexed and I would like it to remain ...
-2
votes
0answers
20 views

To 302 or not to 302 that is the quesiton? [closed]

I would like to A/B test a redesigned page/template format to a certain percentage of my users. This would apply to multiple pages that use the same template but populate it with different content. To ...
2
votes
1answer
72 views

Gitlab-shell check failed 302 unable to clone/push/pull

A lot of people have ask this question but it was 2 month ago with another gitlab version, I'm using gitlab 5.2 in a fresh debian 7.0 serveur everything looks Okay on the website but when I run ...
3
votes
1answer
37 views

Is it possible to get Rubygems working with Ruby 1.8.3?

I need to get Rubygems working with Ruby 1.8.3. I know there are old versions of Rubygems which work with that version, and think Rubygems 1.0.1 was the last. I can install it but when I try to ...
-1
votes
2answers
36 views

Blank page with status 302, solved only after delete cookies [closed]

We're facing some weird bug lately - it's not consistent but happened from time to time, users who try to access our home page get blank page with no content. In the header we can clearly see the ...
-1
votes
0answers
23 views

Duplicate content on 302 redirect

I have my website with SSL and then there are some 302 redirect: https://mywebsite.com/test redirects to http://www.mywebsite.com/test http://mywebsite.com/test redirects to ...
0
votes
1answer
41 views

HTTP 302 on backend start in appengine

I have an appengine application, using Spring 3.1.2, and working just fine. The Resident/Dynamic instances starts normally using warmup: 2013-05-20 20:32:53.786 /_ah/warmup 200 27205ms 0kb Now I'm ...
0
votes
0answers
198 views

302 Found Document Has Moved with CodeIgniter

I am working on a custom built CMS with codeIgniter. It works flawlessly in my localhost and on a account at bluehost. Now I have uploaded the site to ipage i get a strange error 0<!DOCTYPE HTML ...
3
votes
0answers
83 views

Internet latency: what do PENDING and FROM CACHE mean in Chrome Developer Tools Network tab

I would like to confirm whether I'm understanding this correctly or not. I'm having severe latency issues when I type "google.com" into the Chrome address bar, but not when I do the same thing in ...
0
votes
1answer
80 views

ASP.NET MVC Routing configuration giving Http 302 Object moved to

I think I might be having a bit of trouble with my MVC routing. Note, I'm using ASP.NET MVC 4 with Razor Views. I have my routes registered as follows: routes.MapRoute( "Person", ...
0
votes
1answer
33 views

Getting a 302/“Page at xx displayed insecure content from xx” when attempting to upload images with carrierwave

Firebug gives the 302, and chromes throws the other message. Basically, I'm just trying to upload images with carrierwave and then I display the thumbnail in my rails app. This works on demo and ...
0
votes
0answers
67 views

Getting redirected while trying to scrape a website: HTTP/1.1 302 Moved Temporarily

I have written a Cocoa app to scrape the text of different languages of content of a website. It worked really well until all of the sudden it stopped working. In order to build the scraper I had to ...
1
vote
0answers
57 views

WordPress admin-ajax.php 302 Redirection error via form

Here's the "long story short" version of my issue: I have this newsletter/subscription form that triggers the wp-admin/admin-ajax.php file, however the form wasn't working when I wasn't logged into ...
0
votes
1answer
98 views

Cross Domain $.ajax POST to REST Web Service

I have following scenario: App1: My web service hosted on tomcat server : 192.168.100.123 App2: Another application which is communicating with this web service is hosted on another machine ...
0
votes
1answer
130 views

swfupload HTTP ERROR HTTP Status: 302

i have a problem with swfupload, it always return HTTP ERROR HTTP Status: 302 when i using FF, but work fine in other browser. SWF DEBUG: SWFUpload Init Complete SWF DEBUG: SWF DEBUG: ----- SWF ...
1
vote
1answer
75 views

Different ways of resolving the WWW URL prefix

It seems that the most commonly accepted method of redirecting users from http://example.com to http://www.example.com is by 301 Permanent redirect, but I came across a site(Facebook) that appears to ...
0
votes
0answers
55 views

Facebook debugger response code 302

looks like that facebook scraper cant detect my page, it says that the response code is : 302 and when I click to see what scraper sees from my URL link, it says: Document returned no data ...
0
votes
1answer
26 views

Silverlight got http302 error after login successfully in iframe

I have one silverlight 4 application which contains one iframe to show aspx pages. The silverlight app and the application in iframe, both are hosted in the same web server. First, there are two ...
0
votes
0answers
73 views

pyrocms Uploadify or SWFUpload erro 302

Personal'm with a problem and do not know what else to do. In Chrome's OK, but in IE and FF does not work. I'm using pyrocms with Uploadify or SWFUpload and is returning in both the error 302. In ...
1
vote
0answers
85 views

How to add headers on a 302 redirect in asp.net mvc

Basically I'm writing some code which does an internal webclient request, gets all the headers and then I want to add those headers to a Redirect() call via a controller. Is there any way to do that? ...
0
votes
3answers
130 views

PHP cURL and response code 302

I'm trying to make a POST sending a page with the following code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://www.olx.es/posting_success.php"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, ...
2
votes
1answer
113 views

Firefox addon progress listener

I am using this page to implement an address bar change listener. ...
0
votes
1answer
159 views

Magento search result redirects to the same page with a 302 Moved Temporarily

Everytime I try to search something with either the mini or advanced search form of Magento 1.7 I get not just nothing but a redirection 302. I've spent the whole day looking for someone who had ...
0
votes
2answers
98 views

What's the difference between 301 and 302 in HTTP for Search engine

I read this question and know What's the difference between 301 and 302 in HTTP but my question is What's the difference between 301 and 302 in HTTP for Search engine?
0
votes
0answers
114 views

302 Moved Temporarily, BUT when I open it on the browser directly it's ok

I put a script tag on my html page, and run it on firefox, firebug tell me that the script is '302 Moved Temporarily', but when I open that script in new tag on the browser, it's 200 ok(response ...
0
votes
0answers
58 views

Magento 302 Error on Update cart

I have a draft website http://fazeee3.com When I add item to the cart it goes correctly. but when I try to update quantity in cart it post the array correctly to the ...
0
votes
0answers
47 views

Redirect URL and show notification

My company has a subdomain that used to house a resource library that's no longer in service. There are hundreds of links that look like sub.domain.com/some-resource.pdf. We will be redirecting to ...
0
votes
1answer
118 views

Firebug showing HTTP 302 error in red (no errors in apache error log)

I am experiencing a problem on the mobile version of my site where I get a HTTP 302 Found message in Firebug on Firefox, but the message is in red. I am spoofing Firefox to switch the User Agent ...
0
votes
0answers
69 views

302 response code while posting data from other server

I have a shared hosting. my domain is supposed to be interacting with some other server through api using post request. When I am posting the data on my server from local machine, its working fine, ...
1
vote
1answer
101 views

Get redirected URL from URL [duplicate]

The title is quite cryptic but essentially whats happening is I'm calling the Google Places Photo API with the following url ...
1
vote
2answers
38 views

Recurring URL when redirecting with .htaccess

I'm trying to add a rule into my .htaccess file so that if I am changing my website at all, it will redirect the user to an "under construction" page when they try to access my site. I'm using: # ...
1
vote
1answer
164 views

flowplayer with 302 redirect as video file

I am trying to get JW Player to take the file source as a 302 redirect. For example <div id="myElement">Loading the player...</div> <script type="text/javascript"> ...
0
votes
0answers
164 views

Adding a “302 Redirect” to a JSP Page (UPDATES ADDED)

My issue: If a customer comes to my website, a pixel tag or web beacon is put in place so I can receive information such as the person’s IP address, the time the person viewed the pixel and the type ...
0
votes
1answer
145 views

Redirection Not Working Classic Asp Site

A site i host is currently under construction so i am trying to redirect all pages back to the homepage. I am using the following code for redirection: Response.Status = "302 Moved Temporary" ...
0
votes
1answer
273 views

Best way to for .htaccess temporary redirect (302) with exception

First, I realise there are quite a few posts on .htaccess settings but I can't see a consistent answer so I'm wondering what is the best approach. So please bare with me if I'm repeating something ...
-1
votes
1answer
266 views

Firefox 301 and 302 redirect errors [closed]

I am building a wordpress site and one of my pages constantly again and again gives me a 301 then a 302 error quickly after. This only occurs in FF as Chrome and IE run the page fine. I can't seem to ...
2
votes
2answers
611 views

Handling HTTP 302 error and redirecting in Backbone.JS “sync” method

I've got a secured Backbone.js app (that uses Spring security atm.), so a logged-in user must have a valid session-cookie (JSESSIONID). Now, if this session is invalidated (deleted, expired, whatever) ...
2
votes
3answers
591 views

Sitecore uses “302 found” to redirect users to my custom 404 page - is that legitimate?

This is more of a HTTP spec question than a Sitecore question. I have a 404 error page set up in Sitecore: <setting name="ItemNotFoundUrl" value="/404.aspx" /> So, when a user accesses a ...
3
votes
3answers
211 views

Why do I get 302 HTTP status codes when I run my Scala test on Jenkins instead of 204?

I have some tests of a REST API service that I've written in Scala. We're importing org.apache.http and using simple HTTP method such as: val uri: HttpGet = new HttpGet(u) val response: HttpResponse ...
-1
votes
1answer
235 views

WebRequest - Prevent redirection

I am using a WebRequest to read an HTML site. The server seems to be redirecting my request. My Code is similar to the following: String URI = "http://www.foo.com/bar/index.html" WebRequest ...
3
votes
1answer
168 views

Form submit response 301 or 302

I have a form on my site and every time I submit this form..I get a 301 perm, then a 302 redirect, then another 302 redirect. My data is not submitting because of these redirects. I'm having no luck ...
0
votes
1answer
222 views

302 status code after posting

I'm trying to figure out why I am getting this code. I can see my POST method on my developer tools but it has a 302 code found on it. It's not posting my data either to my table. Could the 302 code ...
0
votes
1answer
95 views

Why using jquery's submit with server 302 code redirect to wrong url in internet explorer?

I have a form that will perform some validations before submitting the data, so I bind this validation in the click event of the submit button. $('#myButton').click(function(e){ e.preventDefault(); ...
0
votes
1answer
146 views

rack-rewrite redirect, duplicate content problems - SEO Rails Heroku

I am trying to make my site SEO friendly, so I'm implementing rack-rewrite to get rid of 302 temporary redirects and duplicate content problems. Running my site through ragepank.com gives me this: ...
1
vote
1answer
107 views

Observe/capture 302 redirects in java

I have a web application under test. Using Fiddler/Httpfox, I can see that on logging in to the web app, there are TWO 302 HTTP redirects before a 200 OK is response is received. Is it possible to ...
0
votes
0answers
49 views

how to i use mx:html to catch the 302 redirect when use the locationchange event

I want to to a air application to make an OAuth application. but when i get 302 redirect, the locationChange event of the mx:htmlcan't be fired
3
votes
1answer
355 views

how to solve “302 found” response after form submit in codeigniter

I am working on codeigniter, i have a login view where i submit form to a controller for login functionality, but the response i get is a 302 Found, and redirects to my login page. my controller ...

1 2 3 4 5