i sent data to axios backend use dd($request->all()); when view in network tap in browser i can't see response from backend
in console error blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
backend
send request
in network tap
please how to fix this problem i want see response from dd() in network tap preview.
i sent data to axios backend use dd($request->all()); when view in network tap in browser i can't see response from backend in console error blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
backend
send request
in network tap
please how to fix this problem i want see response from dd() in network tap preview.