VBA-tools/VBA-JSON

Authentication?

L-hoss opened this issue · 3 comments

I'm new to github, I suppose this is the place to ask questions?
I've only had minor exposure to json so far. Does this code include whatever would be needed to pull data from an api that requires authentication? I searched here and looked and some code samples and couldn't determine this.

Yeah! Thanks for that...I've been experimenting with vba-json since I wrote and I discovered what you suggest. The example I'm using make the request via WinHttp.WinHttpRequest.5.1, and for non secured feeds, it works a treat. If I try the SetCredentials method I've been getting "Request is missing Authorization header" and I'm trying to sort that out now. If anyone has a clue please let me know!