Get external page source?
Posted: Mon Jul 07, 2025 3:39 pm
Can someone suggest a good way, in a LC server-based thing, to grab the HTML source of an external URL for parsing? It's easy in the regular desktop LC:
But I see that launch url doesn't include server in the supported platforms, and I get (unsurprisingly) an 'Internal Server Error' when I try it anyway.
k
Code: Select all
launch url pURL in widget "site"
put the htmlText of widget "site" into tSource
k