2

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

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
vitaliy-zh
  • 185
  • 9

1 Answers1

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