Programs must execute with root permissions to access port numbers 1 through 1023, whereas any program can access port numbers 1024 through 65535.
hal.us.oracle.com is an example of a fully qualified host name.A domain is a named DNS host name space, such as
us.oracle.com. All host names within a domain must be unique. For example, there must be only one host named hal in the us.oracle.com domain.
Clients use a secure version of HTTP called HTTPS to establish secure connections with SSL. To establish a secure connection with a Web Listener process, a request URL must use "https" instead of "http" must specify a port on which the Web Listener has enabled SSL, for example:
The Web Listener supports two authentication schemes: basic authentication and digest authentication. Both schemes are identical, except that digest authentication transmits passwords from client to server in an encrypted form called a digest, whereas basic authentication sends unencrypted passwords, making it considerably less secure.
Some older web browsers don't support digest authentication, but for files or directories that require authentication, you should use digest authentication whenever possible.
Like most HTTP engines, the Oracle Web Listener allows clients to use the Common Gateway Interface (CGI) to run programs on the server machine to perform special processing and return data to the client.
Go to the top of the section.
To report any problems or comments, e-mail Oracle WebServer Documentation.