credential-handler / credential-handler-polyfill

Credential Handler API polyfill
https://chapi.io
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

Allow localhost without https #26

Closed OR13 closed 1 year ago

OR13 commented 2 years ago
Screen Shot 2022-07-12 at 11 32 07 AM
OR13 commented 2 years ago

I suggest using ngrok as a work around until this is resolved.

dlongley commented 2 years ago

The error has https in the URL. I'm not sure what is being requested here -- and if it's something browsers allow generally or not. If you need to do local development with a localhost server with a self-signed HTTPS cert (for example), just visit that site in the browser you're doing development in and accept a temporary exception. Then reload everything.

OR13 commented 2 years ago

I just ran the whole thing locally, and it does not work unless you access through an http tunnel, like ngrok.

Its possible localhost http support is no longer a thing, in which case, you should mention that you must access the wallet over https and offer easy tunnels, like ngrok for testing.

dlongley commented 1 year ago

Closing as a duplicate of #28.