You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Problem & Symptoms

If you install WProofreader directly on the server with Apache Tomcat, and your application and WProofreader are located in different domains, for example, webspellchecker.com and webspellchecker.net, a CORS issue may occur. To solve this issue, add the Access-Control-Allow-Headers to enable cross-control requests to the Apache Tomcat settings.

Solution

To solve this issue, add the Access-Control-Allow-Headers to enable cross-control requests to the Apache Tomcat settings.

For detailed instructions, refer to the CORS filter description. Note that the description varies depending on the Apache Tomcat version used.

Refer to Option A: Binding of Static Files and Serving Service Requests by AppServer for details.  


  • No labels