A Newbs Accidental Dive into Webscraping
dirhuynh.github.io
A Newbs Accidental Dive into Webscraping
1–2 of 2 posts
Re: A Newbs Accidental Dive into Webscraping
#2The hash fragment of a URL is not sent to the server by a browser. If you see dynamic data like that in a URL's fragment, you can conclude that it's useless to query the URL programatically by varying the fragment and that loading data is done by Javascript.