
Andy Baugh cPanel Staff
Developer for over five years at cPanel.
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by Andy Baugh-
Howdy, I'm a developer on the team which wrote the CALDAV/CARDDAV extensions to cpdavd. Thanks first off for coming to us with this, as our primary concern with this is client compatibility for the...
-
Sent you a pull request, I saw what the issue was -- the install.json file wasn't specifying the correct parameters. https://github.com/turnuphosting/cPanel-plugin-to-flush-varnish-cache-for-user-w...
-
Going to try out the instructions myself on a virtual machine, see what's going on. Will report back soon
-
The "install_plugins" script expects a plugin archive or folder containing all the files (like install.json, etc.), but the instructions in that file fails to properly tell you to throw all these f...
-
Try URI escaping your GET params, as when I did that, I had no issues: perl -MURI::Escape -e 'print URI::Escape::uri_escape("4fE5#\@_");'4fE5%23%40_ Works as expected when using 4fE5%23%40_ in your...
-
Far as I can tell there's no other source. I looked on archive.org, and even though the bash script which installs it is mirrored there (due to it being hyperlinked), the tarball that the shell scr...
-
That's definitely some important information! I think I can take that to our documentation team and at least clarify our own documentation regarding team users and cPanel API tokens. Glad to hear y...
-
In WHM, token permissions are granular, you can specify them. In cPanel, this is not true. In cPanel, the token should grant full access to everything the cPanel user already has access to. In this...
-
cPanel token permissions should match whatever permissions the account has, so if anything you'd want to check the feature list associated with the user's hosting package. That said, you did just s...
-
Howdy, Typically when token authentication is used with the API, the cpsess_ bit in the URL *should not* be in use. The URL example you gave contained the cpsess_ bit, so I suspect that is the issu...