Switch TokenRefresh to HTTP GET
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Tue, 29 Dec 2015 20:55:10 +0000 (21:55 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Tue, 29 Dec 2015 20:55:10 +0000 (21:55 +0100)
We are doing HTTP POST calls with no data in TokenRefresh
widget, which is time-consuming and can lead to crashes
with libmicrohttpd > 0.9.30. Use HTTP GETs instead.

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>

No differences found