Alvaro Flano

  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Alvaro Flano
  • Alvaro Flano commented,

    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 ...

  • Alvaro Flano commented,

    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...

  • Alvaro Flano created a post,

    Call WHM plugin URL with API Token

    I'm trying to call and endpoint created by mi plugin (it is accessible when logged in WHM) curl -H'Authorization: whm root:MYAPITOKEN' 'https://1.2.3.4:2087/cgi/spamcontrol/api/exim_acl/rule/index...

  • Alvaro Flano commented,

    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...

  • Alvaro Flano created a post,

    WHM Plugin written in Symfony

    I've written a WHM plugin to manage blacklist/whitelist of outgoing IPs for our Exim server (and other spam control features we use). This plugin is written in PHP using the Symfony framework. Th...

  • Alvaro Flano created a post,

    Rewrite urls in WHM for Symfony plugin

    I've written a WHM plugin to manage blacklist/whitelist of outgoing IPs for our Exim server (and other spam control features we use). This plugin is written in PHP using the Symfony framework. This...

  • Alvaro Flano commented,

    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 ...

  • Alvaro Flano created a post,

    New /scripts/quotacheck Content-Type error

    I have a bunch of servers, some of them with cPanel version 11.48.3 (build 0) an others with 11.46.0 (build 17). In the ones with the older version, I can send email quota notifications using HTML ...