Indinfer
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Votes on activity by Indinfer-
Using cPanel API store_filter with .NET Http class, but getting "No Valid Rules" error response
I am trying to create a filter with cPanel API. The filter should redirect any email received to another email address. I am using the cPanel API Email/store_filter function. And I am trying to fo...
-
HttpClient, .NET, Access denied error exception. But works with cURL
Here is my F# code that raises the exception of Access denied: open System open System.Net.Http open System.Net.Http.Headers open System.Text open System.Diagnostics // global constants let use...
-
CPANEL-40803 - How to use cURL for UAPI store_filter to create email filter
I am looking at [COLOR=rgb(0, 0, 0)] . This problem is a one-line Windows batch file. First, I see an error in the documentation URL example. The example is: https://hostname.example.com:2083/cp...
-
cURL example or template for UAPI Return Email Accounts
I am new to using UAPI to access cPanel. I am also new to cURL. But perusing around, currently, I think cURL is the way for me to access cPanel from my application. The user is supposed to be able ...
-
Automating cPanel from a Desktop Program
By "Automating cPanel from a Desktop Program" I mean that I run the desktop program, and then the desktop program logs into cPanel and (for example) creates a thousand or so email addresses and set...