отправка заголовков при всех запросах
This commit is contained in:
parent
954a0fbf0c
commit
620fc9767c
@ -49,6 +49,10 @@ export async function getData(quizId: string): Promise<{
|
|||||||
headers: {
|
headers: {
|
||||||
"X-Sessionkey": SESSIONS,
|
"X-Sessionkey": SESSIONS,
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"DeviceType" : DeviceType,
|
||||||
|
"Device" : Device,
|
||||||
|
"OS": OSDevice,
|
||||||
|
"Browser" : userAgent
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
quiz_id: quizId,
|
quiz_id: quizId,
|
||||||
|
Loading…
Reference in New Issue
Block a user