Controller responds 200 but doesnt send any data in ASP.NET
I have a ASP.NET Core for frontend calling an ASP.NET API. The response of this api is comming as 200 in my frontend controller. When this same endpoint with the same parameters is tested it returns a JSON with an array of "pavimentos".
But in Ajax, data comes as "null" for this call
But in Ajax, data comes as "null" for this call










