On 16-Dec-07, at 8:01 AM, pragmatic wrote:
> > Just curious about redirect defaulting to 301. Wouldn't 302 be more > appropriate? Almost every time I need a redirect it's after a POST. > Asp and asp.net use 302 as does Ruby on Rails. 301 indicates a > permanent move and I'm wondering how often you need to do a permanent > redirect in code versus a 302 redirect after a POST. use web.seeother. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
