Configuring MIME types for your Web server
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
When the user attempts to access the application, the Web page that you provide references the configuration file for the application. Before your user's browser can open the configuration file using WebClient Initializer, it must recognize a MIME type for the configuration file. To accomplish this, you must configure your Web server to associate the configuration file extension with its MIME type.
The method used for configuring your Web server depends on the type of Web server you use. For each Web server, however, you must specify the extension and MIME type for the configuration file types, as follows:
- MIME types — application/progress-wcappcab
- File type extension — prowcapc
Note: If an Internet Service Provider (ISP) hosts your
Web installation, you must give them the information to configure
the MIME type properly on their Web server.
The following procedures cover configuring the MIME type on common Web servers.