Skip to main content
1 of 2
Juraj
  • 18.3k
  • 4
  • 32
  • 50

The ESP8266WebServer library can process only a HTML-Form POST request of application/x-www-form-urlencoded or mulripart/ content type.

If you want to process POST with application/json content type, you could use a simple web server implemented with WiFiServer.

Juraj
  • 18.3k
  • 4
  • 32
  • 50