Closed infojunkie closed 3 months ago
The fetch() call to https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/ currently returns a placeholder page that is meant to prevent scraping.
fetch()
However, curl https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/ does return the actual page containing the examples.
curl https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/
Fix the fetch() call to work like curl.
curl
The
fetch()
call to https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/ currently returns a placeholder page that is meant to prevent scraping.However,
curl https://www.w3.org/2021/06/musicxml40/musicxml-reference/examples/
does return the actual page containing the examples.Fix the
fetch()
call to work likecurl
.