Fix: 'https://' is also supported as scheme. (#23194)

This commit is contained in:
ccvca 2020-06-22 22:26:30 +02:00 committed by GitHub
parent b669497be5
commit efeb8508dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
<value>Overriding endpoints defined in UseKestrel() because {settingName} is set to true. Binding to address(es) '{addresses}' instead.</value>
</data>
<data name="UnsupportedAddressScheme" xml:space="preserve">
<value>Unrecognized scheme in server address '{address}'. Only 'http://' is supported.</value>
<value>Unrecognized scheme in server address '{address}'. Only 'http://' and 'https://' are supported.</value>
</data>
<data name="HeadersAreReadOnly" xml:space="preserve">
<value>Headers are read-only, response has already started.</value>