skip to Main Content

Does Laravel-Postman return a 200 code without content?

I have login metod in Laravel api. When I try to send request i have code 200 without content in Postman AuthController.php <?php namespace AppHttpControllers; use AppHttpRequestsLoginRequest; use AppServicesAuthService; use Exception; use IlluminateAuthAuthenticationException; use IlluminateHttpRequest; class AuthController extends Controller {…

VIEW QUESTION

Find JSON value based on Max date in another field – Javascript

I have a JSON response body that looks like this: [ { "ExperimentPlanningId": 20, "ExperimentId": "PT1011", "AnalystId": 2, "ExperimentTemplateId": 1, "NumberoFPools": null, "ExperimentStatus": "InProgress", "NextProcess": "234343", "CurrentProcess": "Test Process 1", "NextStage": "Stage 1 2", "CurrentStage": "Stage 1 2", "NextProcessStartDate": "2022-10-15T14:00:00+00:00",…

VIEW QUESTION
Back To Top
Search