I'm researching the Redirect on Post method and it seems that there are a few different opinions on how to approach the problem. I'll highlight what I've found and take your advice on what is truely the best practice:
Redirection:
Should you use Javascript, or HTTP to redirect the page?
If you redirect using HTTP, what type of redirect is it?
Headers:
What headers do you apply? Cachable, non cacheable? Do you set an expiration?