Alvaro Flano
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Alvaro Flano-
I already opened a ticket (#6437329) and they told me that this started happening in one of the updates. One solution, while waiting for the fix they told me that I could modify the Object.pm file ...
-
So far my solution is to generate a token with the create-user-session ACL and use taht to generate a session so I can access the desired endpoint. But I would rather have a way to do this without ...
-
That's because you called a valid WHM API endpoint (json-api/applist?api.version=1) and as explained in the post I want to access my own addon endpoint (/cgi/spamcontrol/api/exim_acl/rule/index.php...
-
My current workaround is to create an index.php file on each of the expected locations (so the server doesn't thow a 404) and it changes the request's URI and requires my main index.php. This seems...