Sample of how to post data to a Rest server

Hi,

I need to post data to a rest server (in Json), and the server return me a pdf file.
The server is not not with RO but in PHP

Is there any tutorial that show how to post data to a rest server (not made with RO) and pass all the parameters ?

Regards

see documentation and examples at http://swagger.io

Evegeny,

I was talking about making Delphi Rest client with RO that can connect to a third party server…
Is it possible or we can only build Rest server with RO.

Best regards

you can build only REST server with RO for Delphi.

Ok that’s why I find nothing :smiley:
Thanks