Hi.
I try to use NavigateWithWebResourceRequest method and add my own headers but without success.
My code is:
None of the headers are added.
I use private version 1.1.150.0 of Antview
Am I doing something wrong or are the headers not yet supported?
I try to use NavigateWithWebResourceRequest method and add my own headers but without success.
My code is:
Code:
EdgeWebBrowser.NavigateWithWebResourceRequest "https://www.whatismybrowser.com/detect/what-http-headers-is-my-browser-sending?sort=dont-sort", "GET", "", "Referer: https://example.com/" & vbCrLf & "Dnt: 1"
None of the headers are added.
I use private version 1.1.150.0 of Antview
Am I doing something wrong or are the headers not yet supported?