Skip to content
Snippets Groups Projects
Commit 64c83210 authored by Bryan Davis's avatar Bryan Davis Committed by Dan Michael O. Heggø
Browse files

Send parse requests via POST (#147)

In 1d617702 the Site.parse() command was changed from GET to POST. This
effectively limits the amount of wikitext that can be rendered to what
will fit in the URI limit of the webserver serving the MediaWiki site.
We could do something really tricky to look at the size of the text
argument and switch between GET and POST based on that, but it seems
much simpler to just stick with POST for this action.

Downstream bug: https://phabricator.wikimedia.org/T158715
parent 7a85d469
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment