RESTServices module Publish to on prem IIS

0
Hello,  I have an on prem app that I'm using the RESTServices module to allow integration from other systems. On the Mendix side it starts and runs fine in the Modeler. Once I get the app deployed to Service Console, I can see the REST services on the localhost:8080, but nowhere else off that box. I know this is an IIS setup issue, but for the life of me, I can't find any info on the needed IIS set up. Let me know if you have been able to successfully tackle this and what I need to do in IIS to get it configured correctly.    Thanks, Matt
asked
2 answers
1

I am no specialist in this matter but may be this blog post give you some clue on how to set up the request handler: https://www.mendix.com/blog/requesthandlers-at-your-service/

Regards,

Ronald

 

answered
1

You're most likely missing the rewrite rule for the /rest/ endpoint. That's what tells IIS to forward a request through from itself to the Mendix runtime. See this documentation for how exactly to set one up:

https://docs.mendix.com/deployment/on-premises/deploy-mendix-on-microsoft-windows#5-4-configuring-the-url-rewrite

answered