Bind Chromium to a specific IP?
Posted: Sun Apr 19, 2020 3:52 pm
Suppose I have a server with multiple IP addresses. Can I bind Chromium to a specific IP?
The forum for BriskBard users and CEF4Delphi / WebView4Delphi / WebUI4Delphi / WebUI4CSharp developers
http://www.briskbard.com/forum/
On the server, you can have a lot of addresses, apparently there is a possibility to choose the connection, and the browser can only go straight to one without any choice.salvadordf wrote: Mon Apr 20, 2020 8:30 am Perhaps you can use a proxy to make think the server that your computer is in another location and send you different content.
Is this what you mean?
Code: Select all
Bind(FSock.LocalName, 80); // Any first, although I don't know myself how it is selected)))
or
Bind( '193.0.203.203', '80'); // Or if we strictly specify IP connection