ded / reqwest

browser asynchronous http requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type is jsonp ,how to basic auth ?

S1ow opened this issue · comments

commented

headers{
"Authorization":"Basic " + btoa("ivan:123")
}

request header can`t find Authorization