Get stored credentials for provided url
Only the root domain of the url is matching against the credentials. I.e
url = "https://www.github.com/login"
will be used to match any request for *.github.com/* (subdomains are also matching).
Note: credentials are encrypted and only you can access them.