I don’t have an idea about working with servers through Delphi, only http api requests are less.

The documentation says that CallBack Api is sent to me by the Post server created by me, and I have to return the code 200 OK

How to implement such a server in Delphi?

Here is a tip to use idHTTPServer

I do not have experience with this component yet, please show how it can be done?

Here is a good example, but it is for a third-party server, and it is even more hemorrhoid to contact it, and besides, everything is on python

The task is to receive instantly a notification that a record has been made in the group. Api did it through normal HTTP, but as soon as new users appeared, the restrictions on requests in VK immediately fell down.

  • In general, I thought up something about how to do it with the help of the server described in the last example, but for this it is necessary to study the pitoch - Andrei Grigoriev
  • The essence of the decision is using that server: it will receive callback api from VC and save the data of the last request from VC. And the Delphi application will access it once a second and receive this saved entry. With the help of python on the server itself, I think it will succeed) - Andrei Grigoriev
  • Restclient Restrequest Restresponse - user300865
  • Tell me please, what is this transfer of IDPs? - 0xdb

0