Hi,
first time here, new programmer.
I am trying to download online html pages and then search after specific strings.
I implemented code with URLDownloadToFile function that did good job, then I found that on specific internet sites I get wrong output.
Instead of full html page, I get only header html file with meta data, style, color, display, width and directions to different browsers.
If I try "view page source" on the browser, I get the full html page.
It's https site.
Please help.
Thank you.