cPanelThomas
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by cPanelThomas-
I did have a link for the relevant API docs in my earlier reply, but it did format it in a way that maybe led you to not click on it? Here it is without the (bad) preview: https://api.docs.cpanel.n...
-
While I'm not immediately sure of why this might be failing for you, there's certainly another option for generating this token. Have you tried executing this cPanel API call via WHM's API?
-
RE overwrite_all_dbusers not showing up as an argument in the other API docs, that's somewhat of an oversight in my opinion. Basically, the schema modules there define the arguments you can pass in...
-
Well, the problem with your Authorization: header appears to be that you are passing Basic as the method instead of cpanel if I'm reading your code correctly. Additionally, you are base64 encoding ...
-
There's a few other logs you can see API login failures in, which one you read really depends on what format you think is easier to work with/gives you the data you want. Access Log: Located at /u...
-
I did some investigation on the 404s and wound up filing a case on this -- CPANEL-43180. Long story short, so long as frontend/ is part of the URL, the logic for fragments in the URL doesn't trigg...
-
Thinking on this too... Were we to consider implementing a "proper" rewrite rule for specific pages, would it make sense for the rewrite scheme/regexp to be one of the configuration keys in install...
-
Well, there was some limited accommodation implemented last year for some things that WP Toolkit does, namely using url fragements *after* index.php. Example: path/to/thing/index.php/some/more/args...
-
One other thing to note here -- the export function is not very intuitive for me. I have to select the emails with shift+click (or ctrl+a) then the option will no longer be grayed out and I can dow...
-
That output was how it would have looked after I had patched things locally to use the "multiple" arg processor within the API in question. Mostly as a "This can in fact be fixed in code" thing, no...