maybe you could also add a filter to tomcat configuration

 <filter>
  <filter-name>CorsFilter</filter-name>
  <filter-class>org.apache.catalina.filters.CorsFilter</filter-class>
  <init-param>
    <param-name>cors.allowed.origins</param-name>
    <param-value>http://<ip_address></param-value>
<http://sig%2Chttp//pol,http://62.28.231.174,http://sigmealhada.cm-mealhada.pt%3C/param-value%3E>
  </init-param>
</filter>
<filter-mapping>
  <filter-name>CorsFilter</filter-name>
  <url-pattern>/*</url-pattern>
</filter-mapping>

sulu <andreas.sie...@vorarlberg.at> escreveu no dia terça, 21/04/2020 à(s)
10:38:

> Ok.
>
> I added
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE web-app PUBLIC &quot;-//Sun Microsystems, Inc.//DTD Web
> Application 2.3//EN&quot;
> &quot;http://java.sun.com/dtd/web-app_2_3.dtd&quot;>
> <web-app>
> <display-name>GeoServer</display-name>
> <context-param>
> <param-name>GEOSERVER_CSRF_WHITELIST</param-name>
> <param-value>10.176.0.178</param-value>
> </context-param>
> ....
>
>
> to my web.xml
>
> But it GS refuses to cooperate Bad request 400 .....
>
> 10.176.0.178 - - [21/Apr/2020:11:04:32 +0200] "POST
>
> /geoserver/web/wicket/bookmarkable/org.geoserver.web.data.workspace.WorkspaceEditPage?6-1.IFormSubmitListener-form&name=ausprobieren
> HTTP/1.1" *400* 1186
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> _______________________________________________
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 

www.vfonsecaz.pt
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to