Configure WebSEAL HTTP requests
Configure the WebSEAL HTTP requests to define how WebSEAL handles HTTP requests from unauthenticated users. It is typical to allow anonymous users read-only access to selected documents on the public section of your website. Enable or disable access to selected documents by editing the stanza entries for handling HTTP requests over TCP in the [server] stanza of the WebSEAL configuration file.
Steps
- Log in to the local management interface.
- Select Web > Manage > Reverse Proxy.
- Select your instance.
- Select Manage > Configuration > Edit Configuration File.
- Add the following line under the [server] stanza.
[server]
http = {yes|no}- Set the HTTPS access port value by adding the following line under the [server] stanza. IBM HTTP Server, WebSphere® Application Server, and WebSEAL all use port 80 as the default port.
- Save and deploy your changes.
Parent topic: Communication protocol configuration