-
How to solve cors issue in geoserver || GeoServer || GeoDev - YouTube
-
Navigate to your geoserver installation e.g
C:\Program Files\GeoServer
and look for theweb.xml
file under\webapps\geoserver\WEB-INF
-
uncomment the the
filter
settings . There is a comment<!-- Uncomment following filter to enable CORS in Jetty. Do not forget the second config block further down. -->
-
no need to comment out the cors setting regarding apache Tomcat
-
there is one more block which has a comment
<!-- Uncomment following filter to enable CORS -->
. Enable the code below:
-