You are not logged in.
Pages: 1
Feature request for the THttpClientSocket component:
The ability to specify the IP address corresponding to a domain name, rather than automatically resolving it.
This would allow traffic to be directed to a specific target server in scenarios where intelligent DNS-based traffic distribution is used by the site.
This feature would be very useful in testing/debuging scenarios .
Offline
You can already try to use NewSocketAddressCache.Flush() then NewSocketAddressCache.Add() for this.
I have added a new INewSocketAddressCache.Force method:
https://github.com/synopse/mORMot2/commit/094e92211
Any feedback is welcome.
Offline
Pages: 1