I am testing my REST Server and found a Chrome Extension "Advanced Rest Client". With Delphi I can test the functions/methods by using the HTML Server Function Invoker, sending parameters and watch the result. That server with be used by a Java Client, so the programmer asked how he could test it using the Chrome Extension. I tried to use passing some parameters but the server function themselves won't work, I just see the page loading without error, but no result. How do I inform my fellow about using Delphi Rest with Java?

Comments