When testing website performance with webpagetest.org, eventually some tests contain requests that I did not expect, as they have not been initiated by anything in my code (HTML, CSS, JavaScript). Even more surprisingly, the requesting user agent does not match the browser being used.
Example: https://www.webpagetest.org/result/170425_AH_NP7/1/details/#waterfall_view_step1
Although I run a test with Google Chrome, the second request is done by User-Agent: Microsoft-CryptoAPI/6.1 to Host: gm.symcd.com
Re-running the same tests usually results in a run without any of those requests.
This happens on www.webpagetest.org as well as on our company's local WPT installation on a windows host.
The User-Agent first made me suspect Windows Update Agent as a source, but the host gm.symcd.com seems to belong to Symantec.
Has anyone experienced the same behaviour? What is the best way to do to prevent these unexpected requests?