To clarify, some pages (e.g., "...script?param=value") will return full results when using a browser. Whereas, using NeoBook's InternetGet in certain cases will not return the same results as an actual browser.
For example, using cURL you can do something like this...
- Code: Select all
curl -A "Mozilla/5.0 (compatible; MSIE 7.01; Windows NT 5.0)" http://www.somewebsite.com
Is there some equivalent for NeoBook's GET?
Can you add the User-Agent into the InternetGet command so that InternetGet impersonates (presents itself as) a web browser?