Hello,
we are having a lot of difficulty trying to display a WFS from Geoserver on an ArcGIS Online webmap. We have narrowed it down to an authentication issue.
How do we pass the authentication to Geoserver when trying to add the WFS?
Do we have to add it as a custom parameter some how - as it doesnt seem to work.
Regards
Matt
Hi Matt,
What type of authentication is the WFS using? If it's token based, you should be able to specify a custom parameter which will then include a token in each request. For ex:
parameter: token
value: ABCDEFG
Note, the same token will be used for all requests. If you save the custom parameters in the web map, anyone viewing the web map will use the same token.
thanks,
Chris