Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The HTTP interface is used to send and receive data and information from HTTP server. If the remote HTTP server requires bearer authentication, the required configuration for bearer authentication can be specified here.

File location

<WorkspaceDirectory>\DataFiles\xio.HTTP.BearerDefinitions.dat

Changes within this definition file are taking effect immediately. No server restart is required.

Col#Parameter DescriptionScopeUnitMandatory / default value
1Nameit is the key that identifies the resource within the data point definitions. The name can freely be chosen but has to be unique.stringNonemandatory
2Type

type of encoding. 

XML, JSON, URL encoded, Text, Form DataNonemandatory
3Resource contentit defines the content that is excepted at the HTTP server. The structure and type depends on the used encoding and on the direction (polling or update). Examples and more information can be found within this tutorial. As an alternative, the content can be specified within a separate file. The file name must be specified in "Resource file name"stringNoneempty
4Resource file namehere a file name can be defined that contains content that is excepted at the HTTP server. The file must be located in <WorkspaceDirectory>\DataFiles\. The structure and type depends on the used encoding and on the direction (polling or update). Examples and more information can be found within this tutorial. As an alternative, the content can be specified directly in "Resource content"file nameNoneempty
  • No labels