ThePoShWolf/Curl2PS

Basic auth is not removed from the url

Closed this issue · 1 comments

When passing a curl command that includes a url that contains basic authentication, ConvertTo-IRM returns the entire url with the basic authentication information. This should not return anything.

By 'not return anything' I mean that it should only return the url, not the url with the basic authentication information.