SOAP_Host
Grant specific hostnames (or IP addresses) permission to connect to
send requests to the Interchange SOAP server.
Synopsis
|
SOAP_Host host [hosts...]
|
The default is "localhost 127.0.0.1".
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
|
Availability
This directive was removed prior to the release of version 5.4.1,
and is therefore not available for use with that or any later Interchange
version.
Although this directive existed prior to version 5.4.1,
its intended and documented functionality was never actually
implemented within Interchange's SOAP facility.
|
Description
Grant specific hostnames (or IP addresses) permission to connect to
Interchange and send requests to its SOAP server.
|
Warning
It is strongly advised that you configure your firewall to deny SOAP requests
from unauthorised hosts.
|
Example
|
SOAP_Host localhost 127.0.0.1 andromeda.office.cursor.biz
|