Thursday, March 2, 2017

Laravel 5.4 Rare Response

i am new and my english it is bad.

i am faceing problems with laravel i use ajax to perform a product save, first product save well and shows messege with success and second one also save well but ajax goes to .fail method and this is the full response.

good one: {status: "SUCCESS"}

and bad one: 1010910110{status: "SUCCESS"}

as you guys see there is a number "1010910110" and i do not know where that number come from.

controller response: return response()->json(['status' => 'SUCCESS']);



via Fernando Slim

Advertisement