I have a simple python proxy script that uses a GET request to download the HTML of a website and display it inside an HTML iframe, however, I've noticed a strange issue upon running the script multiple times. It seems that every time I run the scrip...