HTTP redirect explained using FLASK
HTTP Redirect
In HTTP, redirection is triggered by a server sending a special redirect response to a request. Redirect responses have status codes that start with 3, and a Location header holding the URL to redirect to.
When browsers receive a redire...
rohansblog.hashnode.dev2 min read
Rohan
Thanks Abhay Singh Rathore. Good to know you found the article useful!