Open
Description
When running func start
with --useHttps
on Windows you get the error message:
Exception: Headers.append: ":method" is an invalid header name.
Stack: TypeError: Headers.append: ":method" is an invalid header name.
This is caused by any undici
versions higher than 5.27.2
.
Example at: https://github.com/pellebjerkestrand/azure-functions-core-tools-invalid-header-method/tree/main