User talk:SD0001/quickViewDeleted.js
Appearance
Edit request
[edit]This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
(cc SD0001 - filing as an IPER in case you don't have a chance to look at it )
Please change
return api.get({
to
return api.post({
Using GET for the parse API request sends the wikitext as a URL parameter, which can run into HTTP 414 errors if the resulting URL is too large (which can happen for large pages). Thanks! firefly ( t · c ) 16:23, 16 December 2021 (UTC)
- Done Surprising how this went overlooked all this while! – SD0001 (talk) 17:55, 16 December 2021 (UTC)
- @SD0001 thanks! :) firefly ( t · c ) 18:19, 16 December 2021 (UTC)
- @SD0001: As far as I can tell, RFUD-helper seems to run into the same issue; would you mind implementing the fix there as well? Best, --Blablubbs (talk) 19:34, 11 February 2022 (UTC)
- Done – SD0001 (talk) 03:48, 12 February 2022 (UTC)
- Thanks! :) --Blablubbs (talk) 21:03, 14 February 2022 (UTC)
- Done – SD0001 (talk) 03:48, 12 February 2022 (UTC)