AI CKEditor: Request URI too large when summarizing long text
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3481066. --> Reported by: [eme](https://www.drupal.org/user/542492) Related to !230 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Using the summarize element of CKEditor, I got an error in the console 414 Request URI too large. Indeed the text is sent through the URL in GET parameter selected_text.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Select a long text and try to summarize it.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Send the text in POST and not GET.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue