Reputation: 1
We are a software developement company with a module concerning Moodle. One of the first steps this module takes is to connect a retrieve a token from our customer's Moodle database via a webservice. However, with no apparent reason, for one of our customers (and JUST for that customer, all other customers using the module have reported no problem at all) the process is returning a 403 Forbidden error.
These are the facts I can provide:
<?xml version="1.0" encoding="UTF-8" ?>
<EXCEPTION class="webservice_access_exception">
<ERRORCODE>accessexception</ERRORCODE>
<MESSAGE>Excepción al control de acceso</MESSAGE>
</EXCEPTION>
We're lost as to what to test next or how to solve this problem. Has anybody found a similar problem? If so, can you please tell us what can we test next to fund the issue?
Thanks in advance. Best regards
Upvotes: 0
Views: 134