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 36fe0b5 commit b3edf1aCopy full SHA for b3edf1a
src/GuahanWeb/Http/request.php
@@ -69,7 +69,7 @@ protected function parseBody() {
69
70
// Process POST and PUT appropriately
71
$data = null;
72
- if (isset($this->headers['Content-Type']) && $this->headers['Content-Type'] == 'multipart/form-data') {
+ if (isset($_POST)) {
73
$data = $_POST;
74
} else {
75
// handle raw body, and parse if content-type if application/json
0 commit comments