Password protected wms server #6663
-
Hi! I'm trying to add a wms server to my catalogue and it requires basic authentication and I'm not really sure how to add that. I've tried: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Okay, I don't think the password is the problem. My url points towards the getCapabilities request. Is it fine to set url to that? Or should I use "getCapabilitiesUrl"? Or should the type be "type": "wms-getCapabilities"? |
Beta Was this translation helpful? Give feedback.
-
Solved it myself, for anyone in the future with the same problem, you have specify the server in "allowproxyfor" in devserverconfig.json aswell as add a proxyauth.json file with authentication info: TerriaJS/TerriaMap@3495d42 |
Beta Was this translation helpful? Give feedback.
Solved it myself, for anyone in the future with the same problem, you have specify the server in "allowproxyfor" in devserverconfig.json aswell as add a proxyauth.json file with authentication info: TerriaJS/TerriaMap@3495d42