Hello,
I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):
- I require an edit token
- It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)
- I send the HTTP POST for creating a new site with my new token (sth. similar to "d96d72fae5e6c43b0b9f63d82ace366+\"
- I get an error message "Invalid Token"
I don't understand why I get this message, because I send a freshly created token in my POST request.
Any idea?