I have a DELPHI server that use TROIndyHTTPServer with TROJSONMessage to serve web contents with my own descendant of TROExtendedHttpDispatcher and all work fine.
Now i want to limit access of clients by list of IP Address: How to retrieve the ip address of calling http clients ?
Please take a look at our Dispatch Notifier sample. It uses IRODispatchNotifier interface and it’s GetDispatchInfo method allow to get such information as client’s IP.