-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Hi,
Is there a reason why Content-Type header here is sent with lower case t?
I just debugged my mobile app few hours, until realizing, I need to implement case insensetive headers, when using passport. :)
| 'Content-type' => 'application/json', |
public function getHttpHeaders(): array
{
$headers = [
'Content-type' => 'application/json',
];
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels