From 9d4062e7243138f045a1955f3155629f57aca2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Thu, 22 Mar 2018 16:17:27 +0100 Subject: [PATCH] * user-agent updated in szep client --- src/App/Service/SZEPManagerServiceFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Service/SZEPManagerServiceFactory.php b/src/App/Service/SZEPManagerServiceFactory.php index e779ed0..a74e565 100644 --- a/src/App/Service/SZEPManagerServiceFactory.php +++ b/src/App/Service/SZEPManagerServiceFactory.php @@ -21,6 +21,7 @@ class SZEPManagerServiceFactory 'cookies' => true, 'headers' => [ 'Content-Type' => 'text/xml; charset=UTF-8', + 'User-Agent' => 'Dalvik/2.1.0 (Linux; U; Android 7.0; SM-A510F Build/NRD90M)', ] ]); $config = $container->get('config');