How to Send an HTTPS GET Request with “Authorization: Bearer ” Header
Question: I’m using VB6. Can you tell me how I would use your software to duplicate this VB6 code snippet? I can’t seem to find a way to set headers, use OPEN or SEND. Any help would be appreciated. ‘ Specify the API URL URL = “…” ‘ I have the proper URL ‘ Create the HTTP request object Dim […]