Alex:
I tried this url from my (Firefox) Browser ...
- Code: Select all
http://ns11.freeheberg.com/~alex4563/null/null4check.php?serial=12345
... and I still get the response of
ERROR>Invalid secret ... which hints at some kind of secret parameter/value that it is looking for ... can you provide a real value for
serial that works for you ?
And when I use this command, in some company, I get blocked because it doesn't use the proxy to going on the Internet to validate the serial.
... not sure if proxy is the right term here ... but the company's Firewall might not be allowing 'traffic to flow out from your program' ... but when you use the WebBrowser object, it might be going out because the Firewall thinks it is going out from Internet Explorer (which is the engine that NeoBook deploys when you use the Webbrowser object).
By the way, when you enter the url for the WebBrowser object as indicated by you ... that is the equivalent of
InternetGet ... have you tried ...
- Code: Select all
InternetGet "http://ns11.freeheberg.com/~alex4563/null/null4check.php?serial=12345" "[Result]" ""
... in your NeoBook program ?
Also, can you use
InternetPost to access another website (that responds to a Post request) ? ... if you can do so from the same Company where this one fails, then the issue is with ns11.freeheberg.com ... otherwise, the company's Firewall migh be blocking all such requests.