I was recently reviewing this post, and that post generated a doubt. What is the difference between sending a redirect as shown below versus sending a server side redirect?
<meta http-equiv="refresh" content=1; url="/example">
Is it the same to make a redirect using the html code shown above as using any programming language? When should I use each one? Thank you in advance :D.