Versions Compared

Key

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

...

From the API specification, you see that the server defined for the Get method (OVERRIDEMETHOD) is a segment in the Target URL. Since the specification does not specify a server for the Post method but specifies the OVERRIDEPATH as the server to the path endpoint, the POST endpoint uses that server in its Target URL.

...

  • /* - the reserved endpoint that stores all paths whose first path element is dynamic.

  • /pets - the base path and its supported URL paths

The Proxy endpoint /* generated by APIM, contains the mapping rules for the various endpoints. You do not have to call the endpoint using /* but instead . Instead, call it based on the mapping rule.

...