Versions Compared

Key

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

...

<1> Home URL
<2> API URL
<3> Capture Path
<4> Enable Authentication Flag
<5> Realm Value
<6> Entry Point Service 

The Home URL identifies the primary URL of the website, e.g., www.mywebsite.com.

The API URL identifies the path that is appended to the Home URL wherein the entry point of the API begins, e.g., /api

The HTTP_Service_Setup uses the above information to create proper RESTful responses wherein paths to other web service APIs need to be included within the response. Thus, in the above examples, the two are joined when creating fully resolved API URLs, e.g., www.mywebsite.com/api/<service>

...