- Issue created by @myriam_b
- 🇫🇷France myriam_b
It seems to appeared only on staging and prod server. Not on local.
- 🇫🇷France myriam_b
On the server the parameter `?_format=` is added on batch not on local
- 🇫🇷France myriam_b
if (strpos($request->getRequestUri(), '?_format=') !== FALSE || strpos($request->getRequestUri(), '&_format=') !== FALSE) { $auth = $request->headers->get('Authorization'); return NULL !== $auth; }
We adapted the code in this way to make it ok.