On Tue, Feb 10, 2015 at 1:30 PM, Greg Tracy
<gtr...@gmail.com> wrote:
I have an old app that has been re-directing traffic to another App Engine app for a couple of years. It just stopped working this morning. The re-directs return 404s. Going directly to the re-direct location works correctly, however.
Is there any indication that there is an infrastructure problem? The re-direct appears to work from the logs in the original app.
If your application is redirecting using a status code, can you look at the response sent to the client (for instance, look at it using Chrome's developer tools) and see what the response looks like?