mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added server access configuration examples
This commit is contained in:
parent
e2cf5fe483
commit
977622b221
17
doc.html
17
doc.html
@ -290,8 +290,21 @@
|
||||
|
||||
<h4 id="headers">Server access</h4>
|
||||
<p>If the map server requires HTTP authentication, you can use the <i>authorization</i>
|
||||
element to specify HTTP basic authorization credentials. Since version 13.3 you may
|
||||
also specify additional HTTP request headers using the <i>header</i> element.</p>
|
||||
element to specify HTTP basic authorization credentials:</p>
|
||||
|
||||
<pre>
|
||||
...
|
||||
<authorization username="joe" password="123456"/>
|
||||
</pre>
|
||||
|
||||
<p>Since version 13.3 you may also specify additional HTTP request headers using
|
||||
the <i>header</i> element:</p>
|
||||
|
||||
<pre>
|
||||
...
|
||||
<header name="Referer">https://referer.limited/</header>
|
||||
<header name="User-Agent">Mozilla/5.0 (GNU Hurd)</header>
|
||||
</pre>
|
||||
|
||||
|
||||
<h3 id="offline">Offline maps</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user