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.