Skip to content

Provide a way to serve localhost through HTTPS #60704

@jlubeck

Description

@jlubeck

Use case

I need to test input validations and autofills on a form that takes credit card information.
When running flutter run -d web-server or flutter run -d chrome it opens up a website served on localhost through HTTP. That disallows the autofill for credit card information as you can see on this screenshot:

Screen Shot 2020-07-01 at 12 26 56 PM

If I were in control of the web-server configuration, I could maybe pass in some options to include an SSL certificate for localhost. Like its mentioned here: https://stackoverflow.com/questions/54735136/how-to-enable-chrome-credit-card-autofill-for-http-and-localhost

Proposal

Need a way to pass SSL certs (and maybe other options) when starting up a web-server through flutter

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilitycustomer: flexplatform-webWeb applications specificallyteam-webOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions