Open ksathyanm opened 7 months ago
We have a mirror cdn url to https://msedgedriver.azureedge.net but we have to provide basic auth to this mirror server.
https://msedgedriver.azureedge.net
This is what we have in .npmrc,
.npmrc
edgedriver_cdnurl=https://$USERNAME:$PASSWORD@mirror.server/msedgedriver-azureedge-net-mirror/
Looks like node-fetch@3 doesn't support url with credentials, so can you please grab the credentials from cdn url and set the auth headers?
That should be possible, contributions are welcome!
We have a mirror cdn url to
https://msedgedriver.azureedge.net
but we have to provide basic auth to this mirror server.This is what we have in
.npmrc
,Looks like node-fetch@3 doesn't support url with credentials, so can you please grab the credentials from cdn url and set the auth headers?