ProjektAdLer / Autorentool

Apache License 2.0
6 stars 2 forks source link

Follow redirect on first health check to backend #526

Open niklasstich opened 4 weeks ago

niklasstich commented 4 weeks ago

Follow 301 redirect on first health check to the backend to avoid sending requests using the incorrect protocol (http instead of https)

Fixes #523

coveralls commented 4 weeks ago

Pull Request Test Coverage Report for Build 9386618758

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
Shared/Exceptions/BackendException.cs 0 3 0.0%
Shared/Networking/PreflightHttpClient.cs 4 11 36.36%
<!-- Total: 13 23 56.52% -->
Files with Coverage Reduction New Missed Lines %
Exceptions/BackendException.cs 3 0.0%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 9348602364: -0.1%
Covered Lines: 15450
Relevant Lines: 18858

💛 - Coveralls