Need help making a HTTP Request within my Webflow website

Hey everyone,

I’ll keep this short and sweet:

I need to make a GET Request using HTTP Request with Javascript to get the entire HTML content of a website (as a string).

Let’s say my website is www.mywebsiteA.com, I need to make that request to www.unrelatedwebsiteB.com.

Any ideas how to do that? Whether it’s using fetch, HTTP Request Axios, etc.

Any help is appreciated,
Thank you!