static-web-apps-cli
static-web-apps-cli copied to clipboard
feat(start): allow insecure https connections to remote api hosts
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