Maybe I'm missing something but it seems like S.redirectTo and S.seeOther don't 'really' redirect.
By that I mean that the URL doesn't change from one page to another when I do a S.seeOther in response to a form POST. I'm instead seeing the original URL in my browser and a 200 response returned to my (POST) request.
Why is this? Are these requests only internal to Lift? This there a way to do a true HTTP redirect?