问题
I have a machine with several different static IPs. Is it possible to select the outgoing IP address for HTTP requests via TIdHTTP
(Indy)?
回答1:
Newer versions of Indy have BoundIP
.
idHttp1.BoundIP := '144.33.34.212';
来源:https://stackoverflow.com/questions/57580278/tidhttp-select-outgoing-ip-for-http-request