Using Windows 7 and Microsoft Access VBA. Fiddler doesn't show the request and response.
Dim MyRequest As WinHttp.WinHttpRequest
Set MyRequest = New WinHttpRequest
MyRequest.Open RequestMethod, URL
MyRequest.send
This gets results from the URL. I just can't see the request and response in Fiddler.
The URL starts with
I have set
Since I am using https, do I need to set something else?