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
Yesterday i started a new project with CI4 and tried to implement a webhook with GitLab where i get a post to my CI installation when the repository has changes.
My problem is that the $request->getHeaders() function is returning an Array and i can see the fields but they are all empty.
The native php function getallheaders() returns everything.
Here is the debug output. First the CI function, second line the php function.
Hi!
Yesterday i started a new project with CI4 and tried to implement a webhook with GitLab where i get a post to my CI installation when the repository has changes.
My problem is that the
$request->getHeaders()
function is returning an Array and i can see the fields but they are all empty.The native php function
getallheaders()
returns everything.Here is the debug output. First the CI function, second line the php function.
My Controller:
The text was updated successfully, but these errors were encountered: