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 added this to To do in CITE via automation Dec 8, 2023
@dstenger dstenger moved this from To do to To verify in CITE Dec 8, 2023
@dstenger dstenger removed the request for review from bpross-52n December 11, 2023 13:17
@dstenger dstenger added this to the 5.7 milestone Dec 12, 2023
@dstenger dstenger merged commit 03b9806 into master Dec 18, 2023
CITE automation moved this from To verify to Done Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
CITE
  
Done
Development

Successfully merging this pull request may close these issues.

The WMS Client test server does not support CORS
3 participants