EdgeMicro - Getting 502 Bad Gateway Error

Using the edgemicro during the POST calls getting the following error in the postman:

502 Bad Gateway
{ "message": "read ECONNRESET", "errno": "ECONNRESET", "code": "ECONNRESET", "syscall": "read" }

This is happening only during POST calls and not in GET calls.

On futher checking the backend is responding with proper data. Guess the error is thrown from the edgmicro. Any idea on how to resolve the above problem.

0 1 524
1 REPLY 1

The problem was with request headers.

The hidden headers from postman had few unwanted values.

After removing those getting proper response..