- Issue created by @joachim
- 🇫🇷France Grimreaper France 🇫🇷
From memory it was needed because of the redirect of the login form submission.
Since then ✨ Use user.login.http instead of user.login Active , could be done to improve that.
- 🇬🇧United Kingdom joachim
Can't we disallow redirects in getJsonApiClient() at least?
I'm getting 'Will not follow more than 5 redirects' errors quite frequently on the Pull form, and it's impossible to debug because it's obscuring the real problem.
Is there ever a case where JSON:API returns a redirect?
- 🇬🇧United Kingdom joachim
I think worse than obscuring the problem, the redirect thing is CAUSING the problem.
My flood table had a TON of requests for the same time -- this is the Guzzle client making repeated requests for the redirect.
- 🇬🇧United Kingdom joachim
I'm going to split this in two: 🐛 disallow redirects in the Guzzle client for JSONAPI requests Active .