'How to see what symbols are hosted on a Symbol Server?

I would like to inspect what symbols are available on a symbol server. I expect that a symbol server hosts more or less a collection of .pdb files for various applications.

Tools like Visual Studio or WinDbg must know how to communicate with symbol servers hosted online. Here are URLs of some symbol servers found in Google, the first two are probably the default ones used by Visual Studio 2022:

I expect that all of them follow some common standard, but when opened in a browser, none of them seems to offer a GUI or even a hint how to interact with them.

Is there some sort of standard REST API or a documented protocol that would allow seeing what's hosted on a symbol server?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source