I'm trying to get access to my hosted feature layer from an access database in VBA
I setup an API key for the feature layer in Developer
URL copied from Developer
VBA
Set Request = New ServerXMLHTTP60
Request.Open "GET", <Point LayerURL>/&query?where=0=0&outFields=*&returnGeometry=false&f=html&Key=" & ApiKey, False
the response contains text in the <title> A potentially dangerous Request.Path value was detected from the client...