Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CORS header in process method of MonitorServlet #603

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dstenger
Copy link
Contributor

@dstenger dstenger commented Dec 8, 2023

These HTTP response header parameter and value are set in process method of MonitorServlet:

Access-Control-Allow-Origin=*

By that, requests are allowed from all domains when using the MonitorServlet.

The only test suite currently using this functionality should be ets-wms-client13.

Original issue describing the problem: opengeospatial/ets-wms-client13#66

Closes opengeospatial/ets-wms-client13#66

@dstenger dstenger merged commit 03b9806 into master Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

The WMS Client test server does not support CORS
3 participants