I'm curious what status code I should be using when redirecting a mobile browser that hits domain.com and is redirected to m.domain.com. I feel like a 301 (Moved Permanently) isn't quite right, but none of the others sound appropriate either.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

I would use 303 See Other myself, however 300 Multiple Choices (with a properly-formed body describing the various choices) might also be appropriate (although I've never used this myself so have no knowledge of how well-supported it is).

link|improve this answer
feedback

I'd go 302 which is pretty much the default redirect.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.