Untitled
plain_text
a month ago
2.2 MB
1
Indexable
Never
// create // payload { "name": "________абв", "is_active": true, "vendor_code": "iuouoiurehjfeeri858943850438", "category_uuids": [ "1eddf476-b729-6ea4-b89e-0242ac140005" ], "attribute_set_uuids": [ "1ee218ed-6c0c-62b0-8814-29376bf490e4" ], "price": 0, "trade_network_uuids": [ "1ee26737-7760-67fe-bb4c-0242ac14002d" ], "data": { "1ee20911-64c2-6df6-a03c-ff96341e637a": "111", "1ee20913-087c-6bbc-8dc2-1b1dc77d26a8": "ммм" }, "type": "simple" } // curl curl 'https://staging-1-0.envs.iqd.by/product/create' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyODMwMTAsImV4cCI6MTY5MjI5MzAxMCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.G77CIg6qt8mjDBmWXi0uv_c3-_MoIu8ddhTblPpVmGkPgyHCcskpDos-CE2nuaJwe4XWij5FSTcBLaPYyEflZ0LMBNEyu7ev9-bAJnzWL0FzbLq42vG-LZy5EqarXkfIQi4p6wJ8oggRWVLKb0FeXEzd_ZE4lgXpxdBvkfYFqboROW_cHMahWfV_nDBHEyGCaxYotn8MVgdjz3vqzr3hVS0z3Ti1IRcs-BDNt5LcaSECHHjlsts8adadVmOPi9AZn9_rjNpN3hin3gVC5sH7KWWGt30LqgaHGTQYis2gI8KpPEMp-2cnu5pU7qf1NfHm0HJKeg0i6wisrfEAo-RBpQ' \ -H 'content-type: application/json' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --data-raw '{"name":"________абв","is_active":true,"vendor_code":"iuouoiurehjfeeri858943850438","category_uuids":["1eddf476-b729-6ea4-b89e-0242ac140005"],"attribute_set_uuids":["1ee218ed-6c0c-62b0-8814-29376bf490e4"],"price":0,"trade_network_uuids":["1ee26737-7760-67fe-bb4c-0242ac14002d"],"data":{"1ee20911-64c2-6df6-a03c-ff96341e637a":"111","1ee20913-087c-6bbc-8dc2-1b1dc77d26a8":"ммм"},"type":"simple"}' \ --compressed // response data { "uuid": "1ee3d02c-6b01-6cc4-a610-5d125fcc40c2", "type": "group", "name": "___ nm mn mn m", "price": 2, "is_active": true, "vendor_code": "nkbjjhguyt675465e56sxdgfc", "data": [], "configurations": [], "categories": [ { "uuid": "1eddf476-b729-6ea4-b89e-0242ac140005", "name": "Покеболл" } ], "trade_network_uuids": [ { "uuid": "1ee26737-7760-67fe-bb4c-0242ac14002d", "name": "testikkkk" } ], "attribute_set_uuids": [ { "uuid": "1ee218ed-6c0c-62b0-8814-29376bf490e4", "name": "третий" } ], "simple_products": [] } // get item curl curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/products' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/products' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/products' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/products' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-Fetch-User: ?1' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.5fe4178541d8d7e6.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.5fe4178541d8d7e6.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8849-C6RjesF0NEiUvDmHan7Q0XiKvvs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.5fe4178541d8d7e6.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1707-JiSxn7jice/4KN4QP5NPerWb13k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: jzzlKv9mtm0U++4vyQ+srw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 66TbxrqKpunRTzojTOURBQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: nQwoMaITnQgVVmhub7u7vg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: FSjHDJ9J3FGgW/S+C9tkkA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4202/organization.917495d0dd98cab3.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/administration.bc2c2ccc4b268e59.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/commerce/product/create' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Cache-Control: max-age=0' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"264-DkTCvCG2mm5y+/BvyKJRUq9Y5ME"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: document' \ -H 'Sec-Fetch-Mode: navigate' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'Upgrade-Insecure-Requests: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-k5+37IRs0y8daDiU+xASrRHrHrs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-N2fidqPQ/A2nycQUuTPPqNj5Uks"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82c56-gascFncIWZEvp2+y21oLoq/u7Z4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 4AgbyVnhYWGJ0w7dUOqcLQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: M+ikPwFmBXrf762QF7Kf2A==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: eEtY8KJ0AfkIe4PF14byaQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: ZOfDjD3H/i6IiolrRqrkyA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: iQA7qaCUZ73bBu8ArVWsiw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bd522-exddbJHL9VPAoEZxwrJnZJ87g1k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4203/commerce.be14259cd32d432f.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.be14259cd32d432f.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8849-hgv7LRnd855bZJMIF0e0Q+ONmeQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.be14259cd32d432f.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"291a-dQUMFrt7ohul/9Zfbrw3emU/pxI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.6e43a608f4b58ac7.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.6e43a608f4b58ac7.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.6e43a608f4b58ac7.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.6e43a608f4b58ac7.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82a77-zqXXoE3T4FS1F26IyRe9ERSp9RA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: SDdrvqUPnbAOBsRsONy/Ag==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: /LuIaN/hel6H8xnC2k81Dw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: Y4IuiFHDHy8qJQL620KWKQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: +JEPqJ2S73OvJuHTiFl10Q==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: c3A9llJZQRsTl8u09v5QWQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b313f-oEFItiy3j21m6+M0TFpGxAwOVHA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: xrB/aSu0oUNcxTTVoUG3/A==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: IL0DaHjboTPoyvbG/61yUw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: FYI7Tednae7OQDbWP8g6cg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4203/commerce.3a2276a8824fd038.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.3a2276a8824fd038.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.3a2276a8824fd038.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.2070dc4c8b5dfde0.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.2070dc4c8b5dfde0.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.2070dc4c8b5dfde0.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.3047ca4af62f941d.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.3047ca4af62f941d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.3047ca4af62f941d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.465a015cc31376f8.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.465a015cc31376f8.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.465a015cc31376f8.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.ccae121c8239135d.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.ccae121c8239135d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.ccae121c8239135d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.fb67f5f92fba1628.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.fb67f5f92fba1628.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.50731642def11de6.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.50731642def11de6.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.50731642def11de6.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.7ec4da2675da83da.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.7ec4da2675da83da.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.7ec4da2675da83da.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82c56-0zt5ZwEjQfuST8SyUo+JAwfe8xo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: cZIhQW7VsGGhlz4KQbD2Zg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: RyKq7bZJC25n3p83UGDNKw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: wG8oh/flxuBk8OV1X+nGzg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: cxQkhPH7zsSGid1AE7LzFw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: Qi/5HyJtE+3rzUdi4mZ3BQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bcab8-zjxkXXI0y9FHsJmTaL4qkHmoM+s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4203/commerce.00aab3c6e958312e.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.00aab3c6e958312e.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.00aab3c6e958312e.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.00aab3c6e958312e.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-oXOPwOLHoGuzIIg4fM27D3fmBIc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-jT90mEz0L2IqjR+BjV2Cgh9ip7Y"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82a77-JNwnReQlPZEfzI6iLeJfop271gs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: f7+QmLP6fdon6PiLGg7F7Q==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: UYUeDygu6xMsdfqh41KZKg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: xJ76WFbGdm5uEpWojzfNGg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: aRR7hrso9W5sZaFU2D7/4Q==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: +adrjG13U+edKlGHu3Vqug==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b354c-zhYMDb6DgEmS6qRsE5Na0d8/a14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4203/commerce.ef5290e9918bc0ad.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.ef5290e9918bc0ad.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: O3l2v/wMn2avDznotmMNHQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: zmOeM3KLW7CjqKXDA4SEaQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4203/commerce.dba96fff4562681b.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.dba96fff4562681b.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"866a-XW9ynhzkaotmaCBCL4ImPnO9Q/M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.dba96fff4562681b.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"171f-W+xdcqXDc+NTmFLJLumbUR6CLoM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.0556c9f780cc8526.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"20-Q3QYcxipx2CWQcgGLX4XRrV44Lw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.0556c9f780cc8526.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"866a-mmY5yPjnTf3zU9V6M/BNRFUukiM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4202/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4201/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4203/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -X '' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: RoAC95nAHDYO1BboznB2qw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: npm0HUaxU8s99iFItp9Irw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 578Tq6VVdr1Eg4Bn+D3qgQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: nON6jJBTiJhIGhfMYmvnVA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: cn38EY2JVRWATwnVQ5pqDw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: VtkgSOiwroFwzIsdVg11Sg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: ztpYbXwJD+x1dvxx64cgUA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: GEG6C3wG/+je8bMss/a/Fw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4202/organization.6f2ad77ba8b20e34.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: PXtuyKMmVqfPVNP85im05g==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: OlGwte5+dFqSXaXO0Cf0CA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: UlXrsoIPU6MAP3OSrdeZMg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: FTHIL+n3a4hlHPJKSQ/gTQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82a77-Tu28Ykuquvp2BtPMZHGSTeMPAPw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: T34in0Xb2xdugiQ8S9FwdQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: yJ8i7e/KDzBbzQNcCAByfg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: RsPZkUnXU7a2wNUv2nhX2Q==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: HU6Ki+yin8fDcx5qatip/A==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 8ZQtHDFMin+fI+S/MjY0Eg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b3564-O4l9ek0WGdR7IyACf0rkxSoIqXA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4203/commerce.a62c5e4c41c27afc.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32-auSrXitN8U7E8HnJPc+CKLn0vBc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.a62c5e4c41c27afc.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"866a-PD39iRCtY+yfB7Da+ZEZ/iGxA2w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.a62c5e4c41c27afc.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15e3-O3+Afuhv8Q6BeVYJ1/M7LcXQGtM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.5e069c9e2a55d64d.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.5e069c9e2a55d64d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.5e069c9e2a55d64d.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82a77-hoUFGZ3Mw75KOfd3+rTchKQpSY0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: https://fonts.googleapis.com/' \ -H 'Origin: http://localhost:4200' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: ycPJ1kN+5KlepemKYThrWA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: QXnRJbHIt4REUua0AK6Z0w==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: zHrCD+GSMdkez4ZrDZwFaw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: o+ioLZKsdhnI3xTm2cNo2w==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: HNSp1JGB87/vXWKjeuatKQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82c56-zYn41X0SJYZPh1CjVF0HyEcldLo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: DbfJWlcKNwUKCCiq+5aT2g==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 5WwR+ZYB4APYPmu4QhTdvA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: H+p6XaS0A8tEgAJ5q3o6Sg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 8IFYoY1NdsQ/m/Pti+YLXw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: HwjxFzkGJ97tpynloFEhyg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b3189-v9DJ1J8LTke6/nBmkJ/Z0GjkIss"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20924-4e8f-626a-9ee8-37c8f0e28165&entity_type=product' \ -X 'OPTIONS' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: */*' \ -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'access-control-request-headers: authorization' \ -H 'access-control-request-method: GET' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20924-4e8f-626a-9ee8-37c8f0e28165&entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20abc-7cfa-67a0-a08b-2563fba58c79&entity_type=product' \ -X 'OPTIONS' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: */*' \ -H 'accept-language: ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7' \ -H 'access-control-request-headers: authorization' \ -H 'access-control-request-method: GET' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/get?uuid=1ee20abc-7cfa-67a0-a08b-2563fba58c79&entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4203/commerce.862de2230c354157.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.862de2230c354157.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.862de2230c354157.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.c68f863ee7ddb520.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.c68f863ee7ddb520.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.c68f863ee7ddb520.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82c56-zYn41X0SJYZPh1CjVF0HyEcldLo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: wEwG14ionNnd2qJzxaur3Q==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: H29av65xbZZTMdkuzQi6ZQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: VhPDbPiROtu/ZX4u1lG0Lg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: UBwYxOk65pd7Smc3te0UPw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: ShaGYmt8YD5DyQG/66uxkQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc6f5-hkwOWmFuDhouLdI28HvXof1l0l8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/attribute-set/list?entity_type=product' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4203/commerce.79873d43aae6ff7b.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"292-KyxSYIaCUSMhrH4PnCKqbAQZ0/c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.79873d43aae6ff7b.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"14a07-JWydhLlQLxgM/iUhs7nOCesjdo0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/webpack_sharing_consume_default_iqd-mf_assets_iqd-mf_assets-webpack_sharing_consume_default_i-97cbc5.79873d43aae6ff7b.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8b-6WJSo2rZdu/LIG/n2bC7akgJ9es"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.79873d43aae6ff7b.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15d2-mmiMSNTitxjEkGZP/2AOvIb4O5c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82c56-z4obfTMo/hYXCw3TOFayL1wh04g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: S/yERd/Rw19nw8ZYKAJ7FQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: MFRJa79OggG/3v8lnYBKyQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 0gNg2MVzKLiRhdqJ6N88EQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: rXBAg2GILhO7fui5znUdFQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: JVPyffu5G5PNFH6Hu0xNdg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_utils_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"b095b-CeQ/mSrnC+nFRjKB8p22Q6xRZEc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c21e-e5hJ+1l9AMuni8wgNhKYbSRczS4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Button_index_js-node_modules_mui_material_node_Chip_in-d729d9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"51c1d-AjaebkeTbsyl2W+Psd+47CYNUg4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Dialog_index_js-node_modules_mui_material_node_DialogA-8d0f54.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"75fac-HQjlEHjFdIAUMoe0/KYGFRJcEYA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_Alert_index_js-node_modules_mui_material_node_AlertTit-0d9c99.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5b062-prGnsB015O2Rf4BDG36IE7SKpHU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ed516-hOODeTQZh4cY9mHDVtH36YNrJKE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_faker-js_faker_dist_esm_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"39316f-G8o8sO3vW7LVqWf3plj72/VBMco"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a33c-cWAPQt3pI9lYICPsQChLm281ypo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_hooks_src_index_ts-node_modules_core-js_internals_classof_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"605f-xt+CnlOTlqLPiZGirx2sV2BrAe8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f3.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-6QOvNLaG+8vdiuV9sx+RcW7NMbU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_providers_src_index_ts-_8b511.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"50c7-6tV7+ie0CGJx8+wRG/a64G4uBLY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_icons-material_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"d80d08-t5mlK3rKOx1VxXfQuVj5EKKVXpM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_esm_objectWithoutPropertiesLoose_js-node_modules_m-3dd3f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"8d69f-sdS2GZbObcVDeLx2uxtmf1/1jpY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_components_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9f91b-Z3pp7H5xJh5890iAKVZj7PTPcLs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f1.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-hn+vlk2eDcJepOI5mj5y9O8pHdA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_themes_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bc28-RxM+e/+1Qw3VXbiXIdf0Qn5ws6o"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f7.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-Gb7OjSmYbYGPj64owt6CqmK/mWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_formik_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bc97-npJnNfo/2fXSdya5qXyYktgl9BA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_hoist-non-react-statics_dist_hoist-non-react-statics_cjs_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"29a9-NTgIJlQVU4R8FXJVc/HaTeEhJYk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-router-dom_dist_main_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"32bf7-9fEe9OATdBLwGU0JIxXP8pDlld8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_framer-motion_dist_es_index_mjs.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c821a-eq/qpG9jr3YPPpCMATjGX0L/bbE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_assets_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13191-LxlCpu8sRV3XDqdA6B0J8NOnAoE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-/KkLQvL8O2mJIS9i1jFa+sPHO6s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_date-fns_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dd987-WwYH68NdNvlFe3GgEkGUw7yaLeI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_date-fns__lib_format_longFormatters_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"981-u4N9VFAPNfBy03LDytUHCEQz+/U"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dropzone_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"528f-5GEuAmgfkoJ7ut8iE48dr4s3I14"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_x-date-pickers_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"10cf86-n0EpxbXqd3hexLSwyjsFRI0ml+c"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_mui_x-date-pickers_node_modules_babel_runtime_helpers_extends_js-node_modules_mu-0e3817.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"58c-hXnTlS4MD2oCeOIy1nlg6ywsjfg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_lab_node_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16e602-awZFGXP4jNxTd63TYrRD6KpfUyk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_welldone-software_why-did-you-render_dist_whyDidYouRender_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"dc90-fnbrkEFCmE/bqMudBj7jShcQtWQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/node_modules_redux-persist_lib_integration_react_js-_b05a0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"16a2-LJy8w9JQS++aMwrmDq+HCsCLcyc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/src_bootstrap_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"5cb02-ZWOgY4TeqLeb00FDwHG9DaIlGNE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=1' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a334-6JHD64SfWABhE4pDJ5kS37t8eN4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_yup_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"13000-eCCLo/otpp0dm0ATJHogli13ouY"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bd2bb-hDLD0r9txXRn6iqFHj4jlNATzWo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_remote-entry_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2bba-+cK9dcGS9IhfdM8OkLqq5AQ9o9M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://i.pravatar.cc/64?img=3' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2' \ -H 'Referer: http://localhost:4200/' \ -H 'Origin: http://localhost:4200' \ -H 'If-None-Match: "B7QQ0XU1+joO92CaKSmnBewJmTA="' \ -H 'If-Modified-Since: Sun, 13 Aug 2023 22:40:34 GMT' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'http://localhost:4200/favicon.ico' \ -H 'Accept: image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"47e-RtW7hGIGbCTd6ytCw1tjlbeVYhw"' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: image' \ -H 'Sec-Fetch-Mode: no-cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/admin/category/list' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://staging-1-0.envs.iqd.by/api/trade-network/list?pageInfo\[page\]=1&pageInfo\[pageSize\]=1000&parentOrganizationUuid=1ee1be5b-2ee0-6306-b653-d9929f912d74' \ -H 'authority: staging-1-0.envs.iqd.by' \ -H 'accept: application/json, text/plain, */*' \ -H 'accept-language: ru-RU,ru' \ -H 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTIyNzIxNzAsImV4cCI6MTY5MjI4MjE3MCwicm9sZXMiOltdLCJsb2dpbiI6InN0cmluZyIsIm9yZ2FuaXphdGlvblV1aWQiOiIxZWUxYmU1Yi0yZWUwLTYzMDYtYjY1My1kOTkyOWY5MTJkNzQiLCJvcmdhbml6YXRpb25OYW1lIjoic3RyaW5nIn0.kgxHX5nMfly3vj6CtVsCw_24JqymQLDGTrxAnZLOyT1xiRRwFbezLLSip-bSm-7uU3Eml_wWvb0S0xo99AXH_YK0ShsrZ3vqfIz49a4vmkIU7RnTrkcD355e5UaMAGiSvDglSRNYib9nHAiTtShXfrVRL62_fynh1ud8ca_jgtySzekekzuusiERS-fj1tFc3K6OilCTyMb3_k3jsaGi90OEin4uR2n2T7qp5cEbaNb-zHZNZwxNDqDJ1BEfsOqWBB8gAps05MuZBb-c0HntUohuP8cDh--AFSedkXF0d0MkHWkWUtebwN83G8-Az9RzfuX76xf9d8JSiLoq0J2hMA' \ -H 'origin: http://localhost:4200' \ -H 'referer: http://localhost:4200/' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'sec-fetch-dest: empty' \ -H 'sec-fetch-mode: cors' \ -H 'sec-fetch-site: cross-site' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'http://localhost:4203/commerce.0e550d880da95f73.hot-update.json' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/commerce.0e550d880da95f73.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/src_app_app_tsx.0e550d880da95f73.hot-update.mjs' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'Referer: http://localhost:4200/' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4200/main.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"86c08-IgHXDJOsITWbrisn0Q73GizeV3w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4201/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82afb-fQWaqgbrlcH2uZd+/6sPz+HLRjA"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"828d3-/TFTt0UiBj8x+ugtzMoHQid+hyo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4203/remoteEntry.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"82a77-6nV2yzev62NcgLDaDOArwlV68yI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2' \ -H 'Referer;' \ --compressed ; curl 'https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2' \ -H 'Referer;' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: /5gxK4JSckP7AuhxxEno5A==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4201/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: djc2Bq+tZQxpoNMXWerEZg==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4202/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: qZ7sFDMtCi9p4lmS0XO2SQ==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4203/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: 7MWZBf3o8vqvwWtEEE/kUw==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'ws://localhost:4200/ws' \ -H 'Pragma: no-cache' \ -H 'Origin: http://localhost:4200' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Sec-WebSocket-Key: zf+hMzR5KRsCVMuRqXFnhA==' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'Upgrade: websocket' \ -H 'Cache-Control: no-cache' \ -H 'Connection: Upgrade' \ -H 'Sec-WebSocket-Version: 13' \ -H 'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits' \ --compressed ; curl 'http://localhost:4200/vendors-node_modules_react_jsx-dev-runtime_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a32c-LbPYhqd2crB+hvLxSZeyMRHyeug"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/commerce/product/create' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-origin' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"15857-NWtx9WsoKLOzj49e1jXJooYCm6w"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-dom_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"ff48d-/LUN+wqE9B8zH7Reo2J8qBJpsZI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_constants_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4f9d-i1heFomUoN8yAe51nUBgFISR19s"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f2.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-YTEj2ZBjfilrSFPicATtjedSnNU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_internals_export_js-node_modules_core-js_internals_object-keys_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c71c-pbx0yMf40YzEy7wa0eVzPMkFD/8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_dom-collections_iterator_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"66c5-y/bwtzBs9QrLMLAw4gwkTdPt8cE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_promise_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"c2b6-Ediz7bs1LlVOcRMJyVFwoaQ44Gk"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_obj-2498e6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"787e-Eq4BX8bUXPVzJIE31D7Cixr8QYs"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_lodash_lodash_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"84ebd-TWGOVG+GTg9sgYbK3cYlHB2u2vI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_models_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4600-ibV0DXIcqX1cr5ojRfiHJvveGVo"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f5.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-mbeQwogGJt08WVuz59jojNO16fU"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_utils_src_index_ts-node_modules_core-js_internals_string-multibyte_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"91b0-32NE7uKzXooXZsVEQGfXmtGh0r4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f8.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-xfYSFWju7ASDozU0uezEnJfvV7M"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-i18next_dist_es_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"11799-La8kAvnD0lXBxktKG8UmW/wN0gw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_i18next_dist_esm_i18next_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e7e2-P5y3HBD74M+YkMi5AaAsuyeFEaE"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_languages_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7179-hDAFUSO98a2kPe13M9KaNgLTvVQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f4.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-DOrI4myAlMX5xI5HOsz0kFBRnHc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_core_dist_io-c3792963_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7a25-608UZJIRWzlKhoy9OfPcZcXXzk4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-effects-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e8d-jERC/x4gmPJ2fHmBzq5d/WHed7k"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_core-js_modules_web_url-search-params_js-node_modules_core-js_modules_we-dbfd95.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"111af-Q5u3HBzHzhqnJDT1XvKjTxBPw5I"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux_lib_redux_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"78dc-IhAVY7Np1UYjcfrGxvoRuInZdPc"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_reduxjs_toolkit_dist_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"276a3-/+X/i+yL4C7HCIdCJtud3e0vhUI"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_babel_runtime_helpers_extends_js-node_modules_babel_runtime_helpers_inte-300bd9.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"4e36-SRkxQs1pd6Zskv33fywWa3Wnbv4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_react-redux_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"12933-46jyFgEHW0TbuAKp9nyQ8q5Wrr8"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-persist_lib_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"81a8-MVDv3/92qrKatNTZlVpIrOxSqO0"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_redux-saga_dist_redux-saga-core-npm-proxy_esm_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"bdd4-T6qWkTR78ryhUI8veqTBqP4myts"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_store_src_index_ts-_f1ad0.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"7509-+g9Ve6+CcttACrvDZkT5XaySqjM"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"1e6d6-xU4VbKiD0ydHZDoGWvHq0k65R6g"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_axios-mock-adapter_src_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"46c2-lMmD1MNjZDq8fCjcuKx5iTHw4VQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_api_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"a301-yzonItOSCwEAvkr/oQ7kAc7exQg"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-node_modules_cor-666708.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"3b7d-9lLZjvszh74k61p+GbkDTXnjUMw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/libs_redux_src_index_ts.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2c47a-u+p6P845ISzMjtzRYISEOF5zuOw"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/node_modules_pmmmwh_react-refresh-webpack-plugin_lib_runtime_RefreshUtils_js-_ed6f6.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"2567-raMW0ZnbE2FHxpqiSZGsiMLtUec"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_material_node_styles_styled_js-node_modules_mui_material_node_styles-a33342.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"19eb7-thXG8r5XWEcruVVsVSx+wjVdQEQ"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_prop-types_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"9442-Cd6Wv4TIvw2UQrfgu37qhUS31m4"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --compressed ; curl 'http://localhost:4202/vendors-node_modules_mui_system_index_js.js' \ -H 'Accept: */*' \ -H 'Accept-Language: ru-RU,ru' \ -H 'Connection: keep-alive' \ -H 'If-None-Match: W/"894c4-7srd88PW/4u01jOaT8HBTnTP8So"' \ -H 'Origin: http://localhost:4200' \ -H 'Referer: http://localhost:4200/' \ -H 'Sec-Fetch-Dest: script' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'Sec-GPC: 1' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' \ -H 'sec-ch-ua: "Chromium";v="112", "Brave";v="11