wp_remote_get() and javascript/noscript situation
This result is expected since wp_get_remote() doesn’t include a Javascript engine. It should give you the same result as the View Source option in your browser and fetch the plain HTML document. It looks like the page your are trying to fetch, is loading a Javascript file, in the header tag, to render the content: … Read more