static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

feat(start): allow insecure https connections to remote api hosts

Open danwatford opened this issue 3 years ago • 0 comments

Allow insecure connections to remote api hosts to handle cases where remote TLS host presents a wildcard certificate.

Change the host header in proxied requests from localhost to match the remote api host.

Relates to #523

danwatford avatar Jul 06 '22 18:07 danwatford