User talk:SD0001/quickViewDeleted.js

Latest comment: 2 years ago by Blablubbs in topic Edit request

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