开发者

Authorized XMLHttpRequest in VBA for Excel

I want to perform a post request in vba on a sharepoint, but i get answer 401 Unauth开发者_如何学Goorized. Could someone provide me some sample code?

Thx for help.


It could be a proxy issue. Which is a major pain in the ass. You could automate an internet explorer window in the background, worst case. Have you heard of fiddler? You can use that to make sure you're including all the right headers. As far as I know, XMLHttpRequest in VBA doesn't hold cookies, which you may need as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜