when using REST Debugger on Delphi 10.2.3, it does not work when I call GET request for localhost:8080/mytestresource
The resource is working normally since I can call localhost:8080/mytestresource from my Chrome Browser and it presents all the JSON records provided by the resource, normally.
My web/application server is Delphi RAD Sever (EMS Server).
What is strange is that other HTTP verbs PUT, POST and DELETE works fine in REST DEBUGGER ! The only one that does not work is GET .
Does anyone have any idea of what is going on here ?
Thanks for you help !
Comments
Post a Comment