Fix: 'https://' is also supported as scheme. (#23194)
This commit is contained in:
parent
b669497be5
commit
efeb8508dc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue