Sumit S. Agrawal

Results 2 comments of Sumit S. Agrawal

Hi @johanbrandhorst, Created PR to contribute this fix, please check.

@tiredsosha @MartinHotmann just by updating curl from `curl -X POST https://domain.de/loginJSON -H "Content-Type: application/json" -d "{"user": "manu", "password": "123"}"` to `curl -X POST http://localhost:8080/loginJSON -H "Content-Type: application/json" -d '{"user": "manu",...