C#C
C#2y ago
Raulino

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
Captura_de_tela_2024-04-05_150452.png
Was this page helpful?