1. In the web.config rule, change the capture from
    <match url="^([A-Za-z0-9\]{1,25})$" />
    to
    <match url="^([A-Za-z0-9\$-]{1,25})$" />
  2. Activate the feature in the app settings
  3. Test