· 5 years ago · Mar 12, 2020, 07:52 PM
1Illuminate\Http\Request {#418
2 #json: null
3 #convertedFiles: null
4 #userResolver: null
5 #routeResolver: null
6 +attributes: Symfony\Component\HttpFoundation\ParameterBag {#415
7 #parameters: []
8 }
9 +request: Symfony\Component\HttpFoundation\ParameterBag {#387
10 #parameters: array:6 [
11 "grant_type" => "password"
12 "client_id" => "2"
13 "client_secret" => "kZDHlQH7u83D8Jo7FORNkpaLXRsCEEgBVLm7gEVp"
14 "username" => "damianb3@vp.pl"
15 "password" => "borek123"
16 "scope" => ""
17 ]
18 }
19 +query: Symfony\Component\HttpFoundation\ParameterBag {#386
20 #parameters: []
21 }
22 +server: Symfony\Component\HttpFoundation\ServerBag {#413
23 #parameters: array:17 [
24 "SERVER_NAME" => "localhost"
25 "SERVER_PORT" => 80
26 "HTTP_HOST" => "localhost"
27 "HTTP_USER_AGENT" => "Symfony"
28 "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
29 "HTTP_ACCEPT_LANGUAGE" => "en-us,en;q=0.5"
30 "HTTP_ACCEPT_CHARSET" => "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
31 "REMOTE_ADDR" => "127.0.0.1"
32 "SCRIPT_NAME" => ""
33 "SCRIPT_FILENAME" => ""
34 "SERVER_PROTOCOL" => "HTTP/1.1"
35 "REQUEST_TIME" => 1584042515
36 "PATH_INFO" => ""
37 "REQUEST_METHOD" => "POST"
38 "CONTENT_TYPE" => "application/x-www-form-urlencoded"
39 "REQUEST_URI" => "/oauth/token"
40 "QUERY_STRING" => ""
41 ]
42 }
43 +files: Symfony\Component\HttpFoundation\FileBag {#417
44 #parameters: []
45 }
46 +cookies: Symfony\Component\HttpFoundation\ParameterBag {#411
47 #parameters: []
48 }
49 +headers: Symfony\Component\HttpFoundation\HeaderBag {#414
50 #headers: array:6 [
51 "host" => array:1 [
52 0 => "localhost"
53 ]
54 "user-agent" => array:1 [
55 0 => "Symfony"
56 ]
57 "accept" => array:1 [
58 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
59 ]
60 "accept-language" => array:1 [
61 0 => "en-us,en;q=0.5"
62 ]
63 "accept-charset" => array:1 [
64 0 => "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
65 ]
66 "content-type" => array:1 [
67 0 => "application/x-www-form-urlencoded"
68 ]
69 ]
70 #cacheControl: []
71 }
72 #content: null
73 #languages: null
74 #charsets: null
75 #encodings: null
76 #acceptableContentTypes: null
77 #pathInfo: null
78 #requestUri: null
79 #baseUrl: null
80 #basePath: null
81 #method: null
82 #format: null
83 #session: null
84 #locale: null
85 #defaultLocale: "en"
86 -preferredFormat: null
87 -isHostValid: true
88 -isForwardedValid: true
89 pathInfo: "/oauth/token"
90 requestUri: "/oauth/token"
91 baseUrl: ""
92 basePath: ""
93 method: "POST"
94 format: "html"
95}