Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

REST Debugger - GET request does not work , PUT, POST work?

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