You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the the content is long, we get "400 Bad Request: Request header is too large" error and we cannot delete the comment.
This is because the deletion URL includes the comment content.
For example, the following URL is kicked when we delete a comment whose content is test.
When the the content is long, we get "400 Bad Request: Request header is too large" error and we cannot delete the comment.
This is because the deletion URL includes the comment content.
For example, the following URL is kicked when we delete a comment whose content is
test
.The text was updated successfully, but these errors were encountered: