Wanted to build a cloud service where a static file is accessible on every dynamically generated URL
I aim to access specific static files and HTML pages stored in either an S3 bucket or an Azure blob container using various URLs. The concept involves our server generating dynamic URLs in a specific format and then responding with a redirect to the client. Ultimately, I wanted to show the client the same content on the dynamic URL they are redirected to.