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, whe i do
header = req.headerString("Authorization");
The "header" comes undefined, is it normal?
PS: if i do "req.header("Authorization") the value i assigned to the header comes.