I've made a simple web-service that returns geolocation, and it works just fine when it requests from IE10, Chrome, Firefox. (all of them are latest versions) But, if I call same request from Delphi's (ver 7) TWebBrowser, there is response: "request is not supported by your browser" (or something like this).
It seems to me that it could be a HTML5 issue, which is not supported by Delphi's TWebBrowser component.
Does anyone have an idea?
Thanks in advance