We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765153b commit ac18972Copy full SHA for ac18972
application/libraries/REST_Controller.php
@@ -498,6 +498,9 @@ public function __construct($config = 'rest')
498
$this->{'_' . $this->request->method . '_args'} = $this->request->body;
499
}
500
501
+ //get header vars
502
+ $this->_head_args = $this->input->request_headers();
503
+
504
// Merge both for one mega-args variable
505
$this->_args = array_merge(
506
$this->_get_args,
0 commit comments