Detecting Azigo
So you’ve got a web site, and want to dynamically serve up different content to users that have selectors vs. users that don’t. How do you detect if a user has the Azigo selector?
From the server side, this turns out to be quite easy – the Azigo selector switch advertises the currently active selector in the USER_AGENT string of the browser:
- Current production version of Azigo2 adds: infoCard/Azigo/2.0.0.xx where xx is the current version number.
- Current production version of AzigoLite adds: infoCard/AzigoLite/0.0.xx where xx is the current version number.
- Azigo installed, CardSpace set as default adds: infoCard/Cardspace

