reqwest
reqwest copied to clipboard
type is jsonp ,how to basic auth ?
headers{ "Authorization":"Basic " + btoa("ivan:123") }
request header can`t find Authorization