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
Paste in say 10k of JavaScript (I pasted json). Clicking on [Report an issue] returns a 414 because 10k of encoded string is too big for the queryparameters.
Either the button needs to truncate the string, or use a POST body.
The text was updated successfully, but these errors were encountered:
Paste in say 10k of JavaScript (I pasted json). Clicking on [Report an issue] returns a 414 because 10k of encoded string is too big for the queryparameters.
Either the button needs to truncate the string, or use a POST body.
The text was updated successfully, but these errors were encountered: