Hello,
We have been assigned a project by our customer which was initially developed by another team. Now the other development team is not cooperating with our client and not providing any inputs/support.
From the source code review, we understood that the earlier development team has used ASP.NET Core ZERO as the base template.
We now have some questions in regards to the license
For now, we have hosted the application using the following URL http://onvivo.riskdx.net/ (Client Application) http://onvivo.riskdx.net:5000/ (API Application)
An API call to "http://onvivo.riskdx.net:5000/AbpUserConfiguration/GetAll" is failing and saying it's CORS issue, even though we added client domain to CORS. FYI, When we directly put the same URL in the browser, the result is successfully returning the configuration data.
Please help.