CF 2021 and REST web service, getting 500 Remotely
I have a REST web service that I have been using on CF 2016 and CF 2021 servers without issue for a long time now. I have just recently upgraded to CF 2021, and I am getting a weird behavior that I can not identify what is happening.
From the sderver, if I open a URL to the REST site, it works just as expected, but if I try from any other machine, I get an error 500. I tried with calling the CFC directly, and same behavior.
Here is the start of the component:
In both calls, I am able to successfully make the call from the an RDP session directly on the server, and it returns back the expected result, but in both cases I get an ERROR 500 with no details if I try to call it from any place else.
My first guess is something with the ACCESS value, but it is remote, as it should be with this so I am not sure why I would have issues with access form any other machine.
The server was setup with the installer's deafult secure profile. Is there something in that setup or option someplace that would limit/restrict access to the REST webservices on the server? I have other non-REST web services on the server that run without any issues. This is the only REST webservice that I have on this server, so I do not really have any other ones to test and verify against.
