Die Suche ergab 1 Treffer
- 02.09.2023, 16:04
 - Forum: Entwicklung
 - Thema: OKAPI, POST, Body
 - Antworten: 7
 - Zugriffe: 29966
 
Re: OKAPI, POST, Body
Your POST body needs to be `application/x-www-form-urlencoded` (same format as HTML forms are sent in). JSON encoding for input params is not supported (and at the time OKAPI was written it was not a thing).
            		