Add HTTP Header flag
Closed this issue · 0 comments
dechristopher commented
The ability to add headers with --header
would be a nice addition to the tool. Some tile servers/caches may have header-based authentication using Basic
auth, X-Auth-Token
, or Bearer
tokens. All could be covered with the addition of the header flag.
Example:
--header name:value
Multiple headers could be supported as well by Go's flag package.