<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Good afternoon,
<div class="">I have a problem to use a wms source which does not use the service keyword for requests. </div>
<div class="">In the yaml config file I have specified url as http:/xxx.xxx.xxx/ortho/? and in the browser</div>
<div class=""><br class="">
</div>
<div class="">http:/xxx.xxx.xxx/ortho/?LAYERS=Ortho&FORMAT=image%2Fpng&SRS=EPSG%3A3857&EXCEPTIONS=application%<a href="http://2fvnd.ogc.se" class="">2Fvnd.ogc.se</a>_inimage&TRANSPARENT=TRUE&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&STYLES=&BBOX=2331816.6044743,%207486029.4677342,%203148786.4110734,%207988055.2905705&WIDTH=865&HEIGHT=600%20HTTP/1.1%22</div>
<div class=""><br class="">
</div>
<div class="">works ok. However Mapproxy does send request using the service keyword like </div>
<div class=""><br class="">
</div>
<div class="">http:/xxx.xxx.xxx/ortho/<b class="">service</b>?LAYERS=Ortho&FORMAT=image%2Fpng&SRS=EPSG …</div>
<div class=""><br class="">
</div>
<div class="">Is there a way to remove the „service" in the request string? Thank you.</div>
<div class=""><br class="">
</div>
<div class="">Volkmar</div>
</body>
</html>