Configure Registry HTTP Connection

From Fusion Registry Wiki
Jump to navigation Jump to search

The settings page "HTTP Request" is shown below and is only relevant if using the Registry to obtain data from an external location, such as when data has been registered via a URL with the Registry.

HTTPREQ.PNG

It allows the setting of 3 values:

  • The User Agent that the Registry will use when obtaining data
  • The HTTP Connect timeout - the timeout value (in seconds) of the Registry in making the initial connection to an endpoint.
  • The HTTP Read timeout - the timeout value (in seconds) of the Registry, once the initial connection has been made, to obtain all of the data.


User Agent

Any connection that the Registry makes to another external system to obtain data, will involve the Registry sending the User Agent as part of the TCP connection Header. It is possible that some system, in order to prevent from attack by malicous software, will only accept a connection where the User Agent value is set to a specific value.

The default value is that the Registry will send FusionRegistry/<versionNumber>, so if using the Registry version 10.5.0, then the User Agent would be specified as FusionRegistry/10.5.0. This is defined in the InputField by using: FusionRegistry/${version}.

The User Agent value may be changed to whatever you want. The only special value is that ${version} will be converted into the Registry's version number.