Skip to content

Commit

Permalink
Documented referer in the URL template provider
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Mar 15, 2012
1 parent 334385f commit 18621df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,12 @@ <h4><a id="url-template-provider" name="url-template-provider">URL Template</a><
Example:
<samp>"http://example.com/?bbox=$xmin,$ymin,$xmax,$ymax&bboxSR=102113&size=$width,$height&imageSR=102113&format=jpg&f=image"</samp>.
</dd>
<dt>referer</dt>
<dd>
Optional string with HTTP Referer URL to send to WMS server.
Some WMS servers use the Referer request header to authenticate requests;
this parameter provides one.
</dd>
</dl>

<p>
Expand Down

0 comments on commit 18621df

Please sign in to comment.