-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
You guys are using patch method while editing post. When you change the language the whole content of the post is coming with the url which can be problematic for server because we can not specify the length of the url. If the content of the blog will increase it will cause Url too long, length exceeded error.
I would recommend instead of get use post method. Because I'm facing this issue on our live server.
Thanks
samberrry
Metadata
Metadata
Assignees
Labels
No labels