-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Can you provide a demo to send authorization token in request header and get that token in php file?
I am using get method for request but it will call OPTIONS method.
Here is My code:
getData()
{
let hdrs = new HttpHeaders();
hdrs.set('Authorization',"token");
return this.http.get(apiUrl,{ headers : hdrs});
}
Metadata
Metadata
Assignees
Labels
No labels