Diagram

Elements

URLConnection - URLConnectionType
References Notes

A URL connection specifies parameters such as a Hostname, Port, Account by which a connection is established within the URL.

The use of URLs depends on the server system, e.g. the following protocols and configuration items could be used:
http|https :// [ account [ : password ] @ ] hostname [ : port ]
If the port is empty, the default ports will be used:

  • HTTP: 80
  • HTTPS: 443
Element Type Required Description
URL anyURI
  • Min: 1
  • Whitespace: collapse
  • Occurrence: 1
Required
References Notes

A URL connection specifies parameters such as a Hostname, Port, Account by which a connection is established within the URL.

The use of URLs depends on the server system, e.g. the following protocols and configuration items could be used:
http|https :// [ account [ : password ] @ ] hostname [ : port ]
If the port is empty, the default ports will be used:

  • HTTP: 80
  • HTTPS: 443

 

  • No labels