Versions Compared

Key

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

...

All API URLs will begin with the entry point web service. By default this is HTTP_Entry_Point_Services, but this is officially configured in the the Entry Point Routine Service attribute in the SRP_HTTP_FRAMEWORK_SETUP configuration record.

Because the entry point web service will always be accessed (which implies that the request was properly authenticated), this is also where global response headers are to be set.

 Web services are designed to process HTTP requests. In order to do this properly, they need to have access to specific information such as the HTTP method, entry point URL, and end point, URL. These commonly needed data points are assigned to several variables in the HTTP_Service_Setup insert.

...