You are not logged in.
The API-Server works fine but not the Delphi-THttpServer.
With Delphi XE no problems, just with XE2 (32bit)
Seems that the Server is responding, but it delivers no JSON-Results
Offline
i have the same problem, do you solve it?
Offline
No, also tested with XE2 Update2 ... u still need administrator rights to run the Http-Server
Offline
i find the solution.
i pass aHandeUserAuthentication = "false" when i create TSQLRestServerDB.
now i see the json data with browser.
Offline
i find the solution.
i pass aHandeUserAuthentication = "false" when i create TSQLRestServerDB.
now i see the json data with browser.
Did u compile with XE2 and running NOT with admin rights?
Offline
http.sys based HTTP server need to register the the URL - so it needs administrator rights.
See the documentation about this subject.
But the documentation also refers to the pure Delphi HTTP Server, which is used, when the http.sys based Server could not started (and this happens when starting without Admin rights).
And thats the main problem with XE2, this pure Delphi Server did not work
Offline
i have administrator rights under win xp sp3 with delphi xe2.
so i don't know whats happen without administrator rights, sorry.
Offline