You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thanx for so nice and powerfull product! A little nuance i'd like to observe. It wasn't really clear for me to get it work, until i look at code, cause the order definitely has meaning.
This one doesn't work:
And why are you trying to do headers like that? Did you read the docs at all?
Ok looks like you read this part async request(url[, body=null, headers={}]) and thought it meant to put { headers: { } } but it is just saying headers is supposed to be an object, not wrapped in another object like you have
Hello. Thanx for so nice and powerfull product! A little nuance i'd like to observe. It wasn't really clear for me to get it work, until i look at code, cause the order definitely has meaning.
This one doesn't work:
but this one - works:
and headers object doesn't work in request if it looks like:
but it goes ok without "headers" wrapper!
maybe someone will find that info usefull
The text was updated successfully, but these errors were encountered: