HTTP: Login to MediaWiki API with post fails (works with python)

This is cool! However, it appends the parameters to the URL, but they are expected in the POST body in this case.

I set up a little server as described in the documentation of HTTP.jl and saw that the python body and the julia body are the same. Then I set cookies=true in the request to get the login token, et voilà, that was it.

Some background info.

Thanks a lot for your comments!