From bfe6fc311162bdd4343084f6922956fb265621ca Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 31 Mar 2018 06:54:26 -0700 Subject: [PATCH] slight update of developers.html --- rowers/templates/developers.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rowers/templates/developers.html b/rowers/templates/developers.html index f5c61712..aefc5453 100644 --- a/rowers/templates/developers.html +++ b/rowers/templates/developers.html @@ -132,12 +132,6 @@ Developers of iOS or Android apps should contact me directly if this doesn't work for them. I can add exceptions.

-

The POST call must have content-type: x-www-form-urlencoded. - I set it this way to support the handy testing utility mentioned - belower. However, - I really would like to support application/json but with the - current framework I cannot support both at the same time. Expect - changes. Write to me if you want to be notified of changes.