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.
I anticipate that an HTML page named “x” will be accessible via hundreds of URLs, such as https://base_url/x/1, https://base_url/x/2, https://base_url/x/3, and so forth, up to https://base_url/x/100.
Yash Nigam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.