
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
Votes on activity by Andy Baugh-
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...
-
Depends on what you mean by developers. Developers working at cPanel? Yes. Integrators? No. This is why we do not mention use of this module in our online documentation (last I checked anyways). Wh...
-
There are a few strange things going on here which I haven't been able to put together all the pieces on, especially since I can't replicate this issue on my end. First, what exactly could be requi...