Xmlhttp request is raising an Access Denied error

后端 未结 9 1857
礼貌的吻别
礼貌的吻别 2020-12-03 21:48

The following Excel macro, which is making an xmlhttp request to this webpage to retrieve some values at a second stage, has worked normally in VBA until some time ago:

9条回答
  •  执笔经年
    2020-12-03 21:58

    In my case the user didn't have AD permissions to the proxy server on our corporate network. (Simple oversight when setting up the user.) Adding the missing security group fixed the problem for the user.

提交回复
热议问题