uctopuk wrote on Tuesday, September 13, 2011:
When I submit a SOAP form, I get a 403 error: “You don’t have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403”
When I look at the submit button through the “inspect element,” I get the following: “action= /openemr/interface/forms/soap2/save.php” But I don’t have a “soap2” directory, I have a “soap” directory.
How do I correct this? I’ve tried changing the name of my soap folder to soap2, but then the form isn’t accessible at all. All the other forms seem to work fine.
I haven’t been able to find where the form is stored so I can modify the “action= …” line.
Openemr is running on a Linux box.
Any suggestions?