abelmagana88920
abelmagana88920
tnx for the response. this is my code where my mvc application calls Revalee service ``` [AllowAnonymous] [HttpPost] public JsonResult SendRequest(string customer_no) { JsonResult result; try { result = DataCSVXLS(customer_no);...
i Set the outbound connection on the Revalee Service and allow the port 92 and 65369 but still 401 status displayed in the logs
1.) Yes, It works properly. 2.) I already modified the code, instead Public JsonResult RevaleeTest, I used Public ActionResult and return new HttpStatusCodeResult(HttpStatusCode.OK); but still 401 status displayed on the...
ok but why 401 status still displayed on the logs?
It is ok if I remove the revalee tag in the web.config?