On the SLD page under Server Side Support, it says ["Test the remote SLD request"](https://github.com/MapServer/MapServer-documentation/blob/f4d17ec3b6bab1d779da9d563cdc392ddeef5108/en/ogc/sld.txt#L73) with a link to https://demo.mapserver.org/cgi-bin/wms?SERVICE=wms&VERSION=1.1.1&REQUEST=GetMap&LAYERS=country_bounds&FORMAT=png&WIDTH=400&HEIGHT=300&SRS=EPSG:4326&STYLES=&BBOX=-180.0,-90.0,180.0,90.0&TRANSPARENT=TRUE&SLD=https://demo.mapserver.org/ogc-demos/map/sld/sld_line_simple.xml The link looks good but it returns a 404 status, likely due to a missing `sld_line_simple.xml` file.