User talk:SD0001/quickViewDeleted.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Edit request[edit]

(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)[reply]

 Done Surprising how this went overlooked all this while! – SD0001 (talk) 17:55, 16 December 2021 (UTC)[reply]
@SD0001 thanks! :) firefly ( t · c ) 18:19, 16 December 2021 (UTC)[reply]
@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)[reply]
 DoneSD0001 (talk) 03:48, 12 February 2022 (UTC)[reply]
Thanks! :) --Blablubbs (talk) 21:03, 14 February 2022 (UTC)[reply]