How does "Starts with" matching handle uri schemes?

Does anyone know how bitwarden handles a “Starts with” match for autofill?
Will it match both “http” and “https”?

For example, if the URI https://sub.domain.com/path/ uses starts with match detection:
http://sub.domain.com/path/page.html (will this one match???)
https://sub.domain.com/path/page.html

No - if you use Starts With URI matching, it will look for an exact match. The http:// prefix is considered distinct from the https:// prefix.

@dh024 Thanks so much for the quick response.
I’m going to submit that example to the docs.

2 Likes