Preview via GET breaks URI length limit in Nginx

Created on 12 December 2023, 12 months ago
Updated 1 January 2024, 11 months ago

Problem/Motivation

When using text_format input field types in embedded content plugins, the field content can be large enough to hit URI limits that break preview.

Steps to reproduce

Use a plugin with a text_format input. Add enough text to break the URI limit. See the preview fail.

Proposed resolution

Move the preview system to use HTTP POST instead (there is no caching value in using GET anyway) so plugin data can be sent without breaking the HTTP protocol.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇳🇿New Zealand Josh Waihi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024