The HTTP URL format

This topic defines the format used by the MDEX Engine for Web services URLs.

This format is based on the standard URL format of http://<host>:<port>/<path>. In addition to the required path, an MDEX Engine Web services URL can include optional query parameters and fragment identifiers.

For example, in the URL http://host:port/ws/service?n1=v1&n2=v2#tag: