302 Found

I found this in my apps log and I think it is hinting as to why a part
of my app is not working, but I am not exactly sure what it means. What
does it mean? Thanks,

-S

Hi Shandy,

Shandy N. wrote:

Subject: [Rails] 302 Found

What does it mean? Thanks,

It’s the response code the server sends on a redirect.

See this: HTTP/1.1: Status Code Definitions

HTH,
Bill