dyjh vor 6 Jahren
Ursprung
Commit
0d15c1a290
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      app/Http/Controllers/Web/AuthController.php

+ 2 - 1
app/Http/Controllers/Web/AuthController.php

@@ -93,7 +93,8 @@ class AuthController extends Controller
                 exit;
                 exit;
             }
             }
         } else {
         } else {
-            \Log::info($_POST);
+            \Log::info($GLOBALS);
+            \Log::info(file_get_contents("php://input"));
             $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
             $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
             if (!empty($postStr)) {
             if (!empty($postStr)) {
                 $postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);
                 $postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);