Webhook HTTP 202 is valid response

Hey Community,
the Webhook needs according documentation a return from the server: either 200 or 302. Is it possible to extend it to 202 as well?

just like with 204: https://github.com/blynkkk/blynk-server/issues/942

(My problem is that the server I am sending data to with my Webhook-Widget answers only with 202. Doing 10 Webhook-Cycles results in Webhook being locked and I have to re-save the Webhook to be able to do POST requests again.)
Thanks for your Help!!
Tobi

Done!
now compatible with The things network API :))

1 Like

How can this improvement now be implemented on private Blynk-Server?

Updating Blynk Server is not working.

download latest snapshot version after build is done. use Java 11

how to update RPi to Java 11:

http://hirt.se/blog/?p=1116

Solved !!! :))

JDK 11 on the Raspberry Pi – Marcus Hirt

link is not working anymore. so here are the lines to install java 11:

$ wget https://github.com/bell-sw/Liberica/releases/download/11.0.2/bellsoft-jdk11.0.2-linux-arm32-vfp-hflt.deb

$ sudo apt-get install ./bellsoft-jdk11.0.2-linux-arm32-vfp-hflt.deb