I'm working on an asp core 9 web api. I'm using OpenAPI and Scalar.ASPNetCore. I think this is actually an issue with microsofts openapi functionality, not scalar.
I have deployed my api to 2 different Windows Server 2016 data center servers running IIS. Both APi's have the same configuration.
Each server has a Default web site with a similar set of bindings:
Type | Host Name | Port | IP Address |
---|---|---|---|
https | myserver | 443 | * |
https | myserver.mydomain.ca | 443 | * |
https | myserver01 | 443 | * |
https | myserver01.mydomain.ca | 443 | * |
https | 443 | * |