reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

how to pass cookies?

Open a-x- opened this issue 9 years ago • 4 comments

a-x- avatar Jan 24 '16 00:01 a-x-

my (undocumented) assume: reqwest({ url: uri, headers: { Cookie: 'serp_view_mode=table' } }) makes error: Refused to set unsafe header "Cookie"

a-x- avatar Jan 24 '16 00:01 a-x-

I'm actually using reqwest under browserify and I don't need to pass cookies: my browser does that for me.

igorsantos07 avatar Feb 09 '16 02:02 igorsantos07

@ded ?

ayozebarrera avatar May 25 '16 12:05 ayozebarrera

ok, what about node?

a-x- avatar May 26 '16 14:05 a-x-