I’m developing a web site which needs to access to a url that need username and password.
What I am doing so far is access the url with the data, I mean:
This works on firefox and Google Chrome(18.0.1025.168m)
But when I updated it to 190.1084.46m is not working anymore.
Any idea about why it is working no more on that chrome version?
Or any other way to do it?
Thanks in advance.
Sounds like this is a conscious decision on the part of the Chrome team. Embedding usernames/passwords in URLs is no longer supported in newer versions of Chrome according to this bug report.