You are not logged in.
Pages: 1
Hi all,
We usually mormot rest server . I want to post data to external web api inside mormot rest server.
I usually use indy http client. Is there any class mormot to do this purpose as well?
Thanks
Regards,
Kenneth
Last edited by hkcity1111 (2018-06-05 11:09:14)
Offline
Take a look at SynCrtSock unit, you can use helper functions like HttpGet, HttpPost or directly work with socket clases, TWinHTTP for example.
Offline
Thanks igors233. I will try it.
Offline
Pages: 1