Open Presta Posted December 21, 2021 Share Posted December 21, 2021 (edited) hello, any one has a solution for this bug : 400 bad request when save a product in a multi shop context Edited December 21, 2021 by Open Presta (see edit history) Link to comment Share on other sites More sharing options...
Mediacom87 Posted December 21, 2021 Share Posted December 21, 2021 1 Link to comment Share on other sites More sharing options...
lingmaaki Posted March 1, 2022 Share Posted March 1, 2022 The 400 (Bad Request) status code indicates that the server cannot or will not process the request because the received syntax is invalid, nonsensical, or exceeds some limitation on what the server is willing to process. It means that the request itself has somehow incorrect or corrupted and the server couldn't understand it. The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method . Therefore, it prevents the website from being properly displayed. The main thing to understand is that the 400 Bad Request error is a client-side error. The cause of a 400 error can be a wrongly written URL or a URL that contains unrecognizable characters. Another cause of the error might be an invalid or expired cookie. Also, if you try to upload a file that's too large. If the server is programmed with a file size limit, then you might encounter a 400 error. Link to comment Share on other sites More sharing options...
Mediacom87 Posted March 1, 2022 Share Posted March 1, 2022 Merci de respecter la langue du forum. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now