Getting Host requires authentication while sending WMS GetMAP API request in QGIS

Viewed 261

I am very new to QGIS tool.While sending WMS GetMAP API request using QGIS tool I am getting

#Error

Host requires authentication

However when run that url in browser I am getting the expected MAP.

enter image description here

How can I get rid of such error.Kindly advice.Thanks.

1 Answers

You would need to turn of whatever security rules you have set on the WMS. Or you can fill in and store the user name and password that the service requires in QGIS.

Related