I have a machine with several different static IPs. Is it possible to select the outgoing IP address for HTTP requests via TIdHTTP
(Indy)?
Asked
Active
Viewed 371 times
2

Remy Lebeau
- 555,201
- 31
- 458
- 770

vitaliy-zh
- 185
- 9
1 Answers
2
Newer versions of Indy have BoundIP
.
idHttp1.BoundIP := '144.33.34.212';

Remy Lebeau
- 555,201
- 31
- 458
- 770

Brian
- 6,717
- 2
- 23
- 31
-
Is there any alternative in TNetHTTPClient? – Pavel Oct 23 '20 at 14:57