valorant_daily_store 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,231 @@
1
+ {
2
+ "http_interactions": [
3
+ {
4
+ "request": {
5
+ "method": "post",
6
+ "uri": "https://auth.riotgames.com/api/v1/authorization",
7
+ "body": {
8
+ "encoding": "UTF-8",
9
+ "string": "{\"nonce\":\"1\",\"client_id\":\"play-valorant-web-prod\",\"redirect_uri\":\"https://playvalorant.com/opt_in\",\"response_type\":\"token id_token\"}"
10
+ },
11
+ "headers": {
12
+ "User-Agent": [
13
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
14
+ ],
15
+ "Content-Type": ["application/json"],
16
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
17
+ "Accept": ["*/*"]
18
+ }
19
+ },
20
+ "response": {
21
+ "status": {
22
+ "code": 200,
23
+ "message": "OK"
24
+ },
25
+ "headers": {
26
+ "Date": ["Fri, 28 Jan 2022 23:25:11 GMT"],
27
+ "Content-Type": ["application/json; charset=utf-8"],
28
+ "Content-Length": ["31"],
29
+ "Connection": ["keep-alive"],
30
+ "Cache-Control": [
31
+ "no-store, no-cache, must-revalidate, proxy-revalidate"
32
+ ],
33
+ "Etag": ["W/\"1f-YDrzkZDFynr/UugAD0CjFX4MZHA\""],
34
+ "Expires": ["0"],
35
+ "Pragma": ["no-cache"],
36
+ "Set-Cookie": [
37
+ "__cf_bm=M4f7g4Hwzhombr7Q.GsEcI2..CIMgwvA_.hny0Ej4QQ-1643412311-0-AQzWbh3zeThanPzR9icAb2/WRoZtaMHe3G5SsASPy/nj478d5NVPieqtzH9qEFo3MOxhiYON4jB8VEjB5GQVBCY=; path=/; expires=Fri, 28-Jan-22 23:55:11 GMT; domain=.riotgames.com; HttpOnly; Secure; SameSite=None",
38
+ "asid=xxxxx; Path=/; HttpOnly; Secure; SameSite=Strict",
39
+ "clid=ec1; Path=/; HttpOnly; Secure",
40
+ "tdid=xxxxx; Max-Age=31536000; Domain=riotgames.com; Path=/; Expires=Sat, 28 Jan 2023 23:25:11 GMT; HttpOnly; Secure"
41
+ ],
42
+ "Surrogate-Control": ["no-store"],
43
+ "Vary": ["Accept-Encoding"],
44
+ "X-Content-Type-Options": ["nosniff"],
45
+ "X-Download-Options": ["noopen"],
46
+ "Cf-Cache-Status": ["DYNAMIC"],
47
+ "Expect-Ct": [
48
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
49
+ ],
50
+ "X-Riotgames-Cdn": ["Cloudflare"],
51
+ "Server": ["cloudflare"],
52
+ "Cf-Ray": ["6d4dfa829be4cc93-WAW"]
53
+ },
54
+ "body": {
55
+ "encoding": "UTF-8",
56
+ "string": "{\"type\":\"auth\",\"country\":\"pol\"}"
57
+ }
58
+ },
59
+ "recorded_at": "Fri, 28 Jan 2022 23:25:12 GMT"
60
+ },
61
+ {
62
+ "request": {
63
+ "method": "put",
64
+ "uri": "https://auth.riotgames.com/api/v1/authorization",
65
+ "body": {
66
+ "encoding": "UTF-8",
67
+ "string": "{\"type\":\"auth\",\"username\":\"xxxxx\",\"password\":\"xxxxx\"}"
68
+ },
69
+ "headers": {
70
+ "User-Agent": [
71
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
72
+ ],
73
+ "Cookie": [
74
+ "__cf_bm=M4f7g4Hwzhombr7Q.GsEcI2..CIMgwvA_.hny0Ej4QQ-1643412311-0-AQzWbh3zeThanPzR9icAb2/WRoZtaMHe3G5SsASPy/nj478d5NVPieqtzH9qEFo3MOxhiYON4jB8VEjB5GQVBCY=; asid=xxxxx; clid=ec1; tdid=xxxxx"
75
+ ],
76
+ "Content-Type": ["application/json"],
77
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
78
+ "Accept": ["*/*"]
79
+ }
80
+ },
81
+ "response": {
82
+ "status": {
83
+ "code": 200,
84
+ "message": "OK"
85
+ },
86
+ "headers": {
87
+ "Date": ["Fri, 28 Jan 2022 23:25:12 GMT"],
88
+ "Content-Type": ["application/json; charset=utf-8"],
89
+ "Transfer-Encoding": ["chunked"],
90
+ "Connection": ["keep-alive"],
91
+ "Cache-Control": [
92
+ "no-store, no-cache, must-revalidate, proxy-revalidate"
93
+ ],
94
+ "Etag": ["W/\"577-6lxnlkEmmg2+CbF/hy4hEgbhPqM\""],
95
+ "Expires": ["0"],
96
+ "Pragma": ["no-cache"],
97
+ "Set-Cookie": [
98
+ "asid=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure",
99
+ "clid=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; HttpOnly; Secure",
100
+ "clid=ec1; Path=/; HttpOnly; Secure",
101
+ "csid=xxxxx; Path=/; Secure; SameSite=None",
102
+ "ssid=xxxxx; Path=/; HttpOnly; Secure; SameSite=None",
103
+ "sub=xxxxx; Path=/; Secure",
104
+ "tdid=xxxxx; Max-Age=31536000; Domain=riotgames.com; Path=/; Expires=Sat, 28 Jan 2023 23:25:11 GMT; HttpOnly; Secure"
105
+ ],
106
+ "Surrogate-Control": ["no-store"],
107
+ "Vary": ["Accept-Encoding"],
108
+ "X-Content-Type-Options": ["nosniff"],
109
+ "X-Download-Options": ["noopen"],
110
+ "Cf-Cache-Status": ["DYNAMIC"],
111
+ "Expect-Ct": [
112
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
113
+ ],
114
+ "X-Riotgames-Cdn": ["Cloudflare"],
115
+ "Server": ["cloudflare"],
116
+ "Cf-Ray": ["6d4dfa83bcab0030-WAW"]
117
+ },
118
+ "body": {
119
+ "encoding": "ASCII-8BIT",
120
+ "string": "{\"type\":\"response\",\"response\":{\"mode\":\"fragment\",\"parameters\":{\"uri\":\"https://playvalorant.com/opt_in#access_token=xxxxx&scope=openid&iss=https%3A%2F%2Fauth.riotgames.com&id_token=xxxxx&token_type=Bearer&session_state=yRySr1jVDGX8RwPQM317R_GP7UAFNjqB5CeYjKH7W58.wD4NWOlrASbfPZZQTWCqHg&expires_in=3600\"}},\"country\":\"pol\"}"
121
+ }
122
+ },
123
+ "recorded_at": "Fri, 28 Jan 2022 23:25:13 GMT"
124
+ },
125
+ {
126
+ "request": {
127
+ "method": "post",
128
+ "uri": "https://entitlements.auth.riotgames.com/api/token/v1",
129
+ "body": {
130
+ "encoding": "UTF-8",
131
+ "string": "{}"
132
+ },
133
+ "headers": {
134
+ "Authorization": ["Bearer xxxxx"],
135
+ "User-Agent": [
136
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
137
+ ],
138
+ "Content-Type": ["application/json"],
139
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
140
+ "Accept": ["*/*"]
141
+ }
142
+ },
143
+ "response": {
144
+ "status": {
145
+ "code": 200,
146
+ "message": "OK"
147
+ },
148
+ "headers": {
149
+ "Date": ["Fri, 28 Jan 2022 23:25:12 GMT"],
150
+ "Content-Type": ["application/json"],
151
+ "Content-Length": ["534"],
152
+ "Connection": ["keep-alive"],
153
+ "Access-Control-Allow-Origin": ["*"],
154
+ "Vary": ["Accept-Encoding"],
155
+ "Cf-Cache-Status": ["DYNAMIC"],
156
+ "Expect-Ct": [
157
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
158
+ ],
159
+ "X-Riotgames-Cdn": ["Cloudflare"],
160
+ "Set-Cookie": [
161
+ "__cf_bm=zU6db5_C.24bQUJJvR13mnjurGH24lelrSOHg_jqalw-1643412312-0-AYVgFoAZFmMif2eN7jZtmN3JHb/7F66VXoUneFPiSVdrnyFNCyZcKPMFph4VKm1EsERMIM97N1+DVBN8v9n3/NY=; path=/; expires=Fri, 28-Jan-22 23:55:12 GMT; domain=.riotgames.com; HttpOnly; Secure; SameSite=None"
162
+ ],
163
+ "Server": ["cloudflare"],
164
+ "Cf-Ray": ["6d4dfa8baf095037-WAW"]
165
+ },
166
+ "body": {
167
+ "encoding": "ASCII-8BIT",
168
+ "string": "{\"entitlements_token\":\"xxxxx\"}"
169
+ }
170
+ },
171
+ "recorded_at": "Fri, 28 Jan 2022 23:25:13 GMT"
172
+ },
173
+ {
174
+ "request": {
175
+ "method": "get",
176
+ "uri": "https://auth.riotgames.com/userinfo",
177
+ "body": {
178
+ "encoding": "US-ASCII",
179
+ "string": ""
180
+ },
181
+ "headers": {
182
+ "User-Agent": [
183
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
184
+ ],
185
+ "Authorization": ["Bearer xxxxx"],
186
+ "Cookie": [
187
+ "__cf_bm=M4f7g4Hwzhombr7Q.GsEcI2..CIMgwvA_.hny0Ej4QQ-1643412311-0-AQzWbh3zeThanPzR9icAb2/WRoZtaMHe3G5SsASPy/nj478d5NVPieqtzH9qEFo3MOxhiYON4jB8VEjB5GQVBCY=; clid=ec1; csid=xxxxx; ssid=xxxxx; tdid=xxxxx"
188
+ ],
189
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
190
+ "Accept": ["*/*"]
191
+ }
192
+ },
193
+ "response": {
194
+ "status": {
195
+ "code": 200,
196
+ "message": "OK"
197
+ },
198
+ "headers": {
199
+ "Date": ["Fri, 28 Jan 2022 23:25:13 GMT"],
200
+ "Content-Type": ["application/json; charset=utf-8"],
201
+ "Transfer-Encoding": ["chunked"],
202
+ "Connection": ["keep-alive"],
203
+ "Cache-Control": [
204
+ "no-store, no-cache, must-revalidate, proxy-revalidate"
205
+ ],
206
+ "Etag": ["W/\"42-lDJ5nQQp67c1ZHfrJE1Jx2SByLM\""],
207
+ "Expires": ["0"],
208
+ "Pragma": ["no-cache"],
209
+ "Surrogate-Control": ["no-store"],
210
+ "Vary": ["Accept-Encoding"],
211
+ "X-Content-Type-Options": ["nosniff"],
212
+ "X-Download-Options": ["noopen"],
213
+ "X-Fapi-Interaction-Id": ["d69054dc-2da8-4f32-9b63-b01fc67f5444"],
214
+ "Cf-Cache-Status": ["DYNAMIC"],
215
+ "Expect-Ct": [
216
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
217
+ ],
218
+ "X-Riotgames-Cdn": ["Cloudflare"],
219
+ "Server": ["cloudflare"],
220
+ "Cf-Ray": ["6d4dfa8c6cd3f2a0-WAW"]
221
+ },
222
+ "body": {
223
+ "encoding": "ASCII-8BIT",
224
+ "string": "{\"sub\":\"xxxxx\",\"jti\":\"_QVmGR2ZTII\"}"
225
+ }
226
+ },
227
+ "recorded_at": "Fri, 28 Jan 2022 23:25:14 GMT"
228
+ }
229
+ ],
230
+ "recorded_with": "VCR 6.0.0"
231
+ }
@@ -0,0 +1,123 @@
1
+ {
2
+ "http_interactions": [
3
+ {
4
+ "request": {
5
+ "method": "post",
6
+ "uri": "https://auth.riotgames.com/api/v1/authorization",
7
+ "body": {
8
+ "encoding": "UTF-8",
9
+ "string": "{\"nonce\":\"1\",\"client_id\":\"play-valorant-web-prod\",\"redirect_uri\":\"https://playvalorant.com/opt_in\",\"response_type\":\"token id_token\"}"
10
+ },
11
+ "headers": {
12
+ "User-Agent": [
13
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
14
+ ],
15
+ "Content-Type": ["application/json"],
16
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
17
+ "Accept": ["*/*"]
18
+ }
19
+ },
20
+ "response": {
21
+ "status": {
22
+ "code": 200,
23
+ "message": "OK"
24
+ },
25
+ "headers": {
26
+ "Date": ["Fri, 28 Jan 2022 23:50:38 GMT"],
27
+ "Content-Type": ["application/json; charset=utf-8"],
28
+ "Content-Length": ["31"],
29
+ "Connection": ["keep-alive"],
30
+ "Cache-Control": [
31
+ "no-store, no-cache, must-revalidate, proxy-revalidate"
32
+ ],
33
+ "Etag": ["W/\"1f-YDrzkZDFynr/UugAD0CjFX4MZHA\""],
34
+ "Expires": ["0"],
35
+ "Pragma": ["no-cache"],
36
+ "Set-Cookie": [
37
+ "__cf_bm=VZQ7ShGD.sCOEQyXosJ1zt9IANOmCeyRc4ohA75N5Ck-1643413838-0-AV+XDo1EyHSXAXYdFOpiuAOHNXaOFlkgAwznFTUNBZ5R9DfDuRbHtCmoEHPiu+tCEjmjMDq6ybSbzASUXXu6d+M=; path=/; expires=Sat, 29-Jan-22 00:20:38 GMT; domain=.riotgames.com; HttpOnly; Secure; SameSite=None",
38
+ "asid=xxxxx; Path=/; HttpOnly; Secure; SameSite=Strict",
39
+ "clid=ec1; Path=/; HttpOnly; Secure",
40
+ "tdid=xxxxx; Max-Age=31536000; Domain=riotgames.com; Path=/; Expires=Sat, 28 Jan 2023 23:50:38 GMT; HttpOnly; Secure"
41
+ ],
42
+ "Surrogate-Control": ["no-store"],
43
+ "Vary": ["Accept-Encoding"],
44
+ "X-Content-Type-Options": ["nosniff"],
45
+ "X-Download-Options": ["noopen"],
46
+ "Cf-Cache-Status": ["DYNAMIC"],
47
+ "Expect-Ct": [
48
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
49
+ ],
50
+ "X-Riotgames-Cdn": ["Cloudflare"],
51
+ "Server": ["cloudflare"],
52
+ "Cf-Ray": ["6d4e1fca48b25031-WAW"]
53
+ },
54
+ "body": {
55
+ "encoding": "UTF-8",
56
+ "string": "{\"type\":\"auth\",\"country\":\"pol\"}"
57
+ }
58
+ },
59
+ "recorded_at": "Fri, 28 Jan 2022 23:50:39 GMT"
60
+ },
61
+ {
62
+ "request": {
63
+ "method": "put",
64
+ "uri": "https://auth.riotgames.com/api/v1/authorization",
65
+ "body": {
66
+ "encoding": "UTF-8",
67
+ "string": "{\"type\":\"auth\",\"username\":\"xxxxx\",\"password\":\"xxxxx\"}"
68
+ },
69
+ "headers": {
70
+ "User-Agent": [
71
+ "RiotClient/43.0.1.4195386.4190634 rso-auth (Windows;10;;Professional, x64)"
72
+ ],
73
+ "Cookie": [
74
+ "__cf_bm=VZQ7ShGD.sCOEQyXosJ1zt9IANOmCeyRc4ohA75N5Ck-1643413838-0-AV+XDo1EyHSXAXYdFOpiuAOHNXaOFlkgAwznFTUNBZ5R9DfDuRbHtCmoEHPiu+tCEjmjMDq6ybSbzASUXXu6d+M=; asid=xxxxx; clid=ec1; tdid=xxxxx"
75
+ ],
76
+ "Content-Type": ["application/json"],
77
+ "Accept-Encoding": ["gzip;q=1.0,deflate;q=0.6,identity;q=0.3"],
78
+ "Accept": ["*/*"]
79
+ }
80
+ },
81
+ "response": {
82
+ "status": {
83
+ "code": 200,
84
+ "message": "OK"
85
+ },
86
+ "headers": {
87
+ "Date": ["Fri, 28 Jan 2022 23:50:39 GMT"],
88
+ "Content-Type": ["application/json; charset=utf-8"],
89
+ "Transfer-Encoding": ["chunked"],
90
+ "Connection": ["keep-alive"],
91
+ "Cache-Control": [
92
+ "no-store, no-cache, must-revalidate, proxy-revalidate"
93
+ ],
94
+ "Etag": ["W/\"36-jVvNit+bu8mF/pWP3WA5UcpXego\""],
95
+ "Expires": ["0"],
96
+ "Pragma": ["no-cache"],
97
+ "Set-Cookie": [
98
+ "asid=xxxxx; Path=/; HttpOnly; Secure; SameSite=Strict",
99
+ "clid=ec1; Path=/; HttpOnly; Secure",
100
+ "tdid=xxxxx; Max-Age=31536000; Domain=riotgames.com; Path=/; Expires=Sat, 28 Jan 2023 23:50:38 GMT; HttpOnly; Secure"
101
+ ],
102
+ "Surrogate-Control": ["no-store"],
103
+ "Vary": ["Accept-Encoding"],
104
+ "X-Content-Type-Options": ["nosniff"],
105
+ "X-Download-Options": ["noopen"],
106
+ "Cf-Cache-Status": ["DYNAMIC"],
107
+ "Expect-Ct": [
108
+ "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""
109
+ ],
110
+ "X-Riotgames-Cdn": ["Cloudflare"],
111
+ "Server": ["cloudflare"],
112
+ "Cf-Ray": ["6d4e1fcc5c57cc87-WAW"]
113
+ },
114
+ "body": {
115
+ "encoding": "ASCII-8BIT",
116
+ "string": "{\"type\":\"auth\",\"error\":\"auth_failure\",\"country\":\"pol\"}"
117
+ }
118
+ },
119
+ "recorded_at": "Fri, 28 Jan 2022 23:50:40 GMT"
120
+ }
121
+ ],
122
+ "recorded_with": "VCR 6.0.0"
123
+ }