node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

Feedback on 'Extracting data from an HTML page' #128

Open GylRon1 opened 7 months ago

GylRon1 commented 7 months ago

Hello, The link to [Extracting data from an HTML page] points to a wrong page (https://cookbook.nodered.org/http/simple-get-request). Can this be corrected please? I like to see how it has to be done.

Thank you (and for the cookbook)

dceejay commented 7 months ago

sorry - I'm not sure where else this should be pointing at - it does show an example of getting a page and then extracting data from that page by using the html node. This will work for simple web pages. Often pages contain live data that gets populated after the page has loaded, in which case this technique will not work.