Previous Topic

Book Contents

Book Index

Next Topic

Filter: 'CORS'

The cross origin request filter.

For more information, please see the http://software.dzhuvinov.com website.

The CORS filter is used to allow sending requests from other external web applications running on different domain than this instance of the Valuemation servlet. When it is required to allow calling requests to Valuemation from other web application running on a different domain, the CORS filter must be properly configured. This concerns especially the 'cors.allowOrigin' parameter which should contain list of domains allowed to send the request to Valuemation by the hosted web application.

See Also

Web.xml Deployment Descriptor

Servlet: 'vmweb'

Servlet: 'vmsf'

Servlet: 'peconsole'

Servlet 'status'

Filter: 'ResponseHeaderFilter'

Filter: 'SecurityFilter'

Filter: 'RequestLoggingFilter'