-
How to solve cors issue in geoserver || GeoServer || GeoDev - YouTube
-
Navigate to your geoserver installation e.g
C:\Program Files\GeoServerand look for theweb.xmlfile under\webapps\geoserver\WEB-INF -
uncomment the the
filtersettings . 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:
-