Re: [Wikitech-l] API mustposttoken / notoken error [SOLVED]

2015-06-15 Thread planetenxin
Am 15.06.2015 um 22:30 schrieb Brad Jorsch (Anomie): >Token=**%2B%5C > Try it with a lowercase t. Hey Brad, lowercase t did solve the issue. Thanks a lot! \o/ ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimed

Re: [Wikitech-l] API mustposttoken / notoken error

2015-06-15 Thread Brad Jorsch (Anomie)
On Mon, Jun 15, 2015 at 4:28 PM, planetenxin wrote: > > Token=**%2B%5C > Try it with a lowercase t. -- Brad Jorsch (Anomie) Software Engineer Wikimedia Foundation ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikime

Re: [Wikitech-l] API mustposttoken / notoken error

2015-06-15 Thread planetenxin
That's what I get when sniffing using Fiddler: POST http://localhost:8080/wiki01/api.php?action=edit&title=Organization%3ALotnamkix+-+United+States+-+Epping&text=%7B%7BOrganization_01_00%0D%0A%7COrganization+Name%3DLotnamkix%0D%0A%7CStreet%3D96+Calef+Highway%0D%0A%7CZIP+Code%3D03042-2224%0D%0A%7

Re: [Wikitech-l] API mustposttoken / notoken error

2015-06-15 Thread Brad Jorsch (Anomie)
On Mon, Jun 15, 2015 at 12:54 PM, planetenxin wrote: > When I remove the token parameter from the query parameters and add the > token parameter to the post body, I get > > "code":"notoken","info":"The token parameter must be set" > > Any ideas? > Sanity checks: You're actually doing a POST, not

[Wikitech-l] API mustposttoken / notoken error

2015-06-15 Thread planetenxin
After an upgrade from 1.23.x to 1.25.1 I get an 'mustposttoken' error when I try to edit a page via API: "code":"mustposttoken","info":"The 'token' parameter was found in the query string, but must be in the POST body" When I remove the token parameter from the query parameters and add the