From 977622b2217ebcb6b8f4ea15bee45dd701e373dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20T=C5=AFma?= If the map server requires HTTP authentication, you can use the authorization
- element to specify HTTP basic authorization credentials. Since version 13.3 you may
- also specify additional HTTP request headers using the header element.Server access
+... +<authorization username="joe" password="123456"/> ++ +
Since version 13.3 you may also specify additional HTTP request headers using + the header element:
+ ++... +<header name="Referer">https://referer.limited/</header> +<header name="User-Agent">Mozilla/5.0 (GNU Hurd)</header> +