Chrome 59 and Basic Authentication with Selenium/Fluentlenium

后端 未结 4 1932
灰色年华
灰色年华 2020-12-01 19:02

Chrome 59 has removed support for https://user:password@example.com URLs.

I have a test which was using this feature which has now broken, so I\'m trying to replace

4条回答
  •  Happy的楠姐
    2020-12-01 19:47

    Over in https://bugs.chromium.org/p/chromium/issues/detail?id=435547#c33 you can see a mkwst saying there was a bug regarding basic auth credentials and same origin sites made it into stable.

    If you use the "--disable-blink-features=BlockCredentialedSubresources" or go to a Chrome Canary build you may find that the original problem you were seeing is not happening any more...

提交回复
热议问题