Hi~
How to load TMS with our token?
http://localhost:8080/wms/tilemapresource.xml
local service working well without token.
But with token… how??
Hi~
How to load TMS with our token?
http://localhost:8080/wms/tilemapresource.xml
local service working well without token.
But with token… how??
If you can specify the token using a query parameter (for example, http://localhost:8080/wms/tilemapresource.xml?token=whatever
), just add it to the URL. If it can only be supplied using an HTTP header, there’s currently no way to do it without changing the code.