-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: flexplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
Description
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:
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
MichealReed, fischerscode, rahmnstein, stephengrice, shubh420 and 59 morec-seeger, maikhaa, arualana, MoacirSchmidt and hampsterxbordunosp, andreujuanc, Kakukaho, josedaniel-cb, lucianosb and 4 morebordunosp, andreujuanc, josedaniel-cb, MoacirSchmidt and AndrewPiterov
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: flexplatform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
