Lumen Api, Android Post Response - Internal Server Error 500

118 Views Asked by At

My project has three part e.g. Lumen-5.8(API), Angular-8(web), Android(Mobile). The POST method is working in Angular but not working in Android.

1

There are 1 best solutions below

1
hmrubai On BEST ANSWER

You are developing API. So you need to care about request and response type.

Ex. In Android, If you are expecting string response from API but your API send you integer then you will get 500 error.