How Link Redirection Works
You can spin up a web server on your laptop by typing the following command in your terminal. python -m CGIHTTPServer That is it! You can test it out by creating an html file in the same folder called index.html and accessing it through browser by typing http://localhost:8000/index.html Let us say the contents of index.html was:… Continue reading How Link Redirection Works