Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ProcedureName value normally refers to the RUN_OECGI_REQUEST stored procedure. It needs to refer to HTTP_MCP (a procedure that ships with the SRP HTTP Framework) in order to properly handful handle RESTful HTTP requests.

The AdditionalValues value is how the OECGI is taught to look for HTTP request header fields that it does not monitor by default. These header fields are not required but they are commonly used. If HTTP Basic Authentication will be used (since it is a common form of authentication with REST APIs), then HTTP_AUTHORIZATION is necessary.