Indinfer
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Indinfer-
Indinfer commented,
I don't know why, but this worked without errors. I checked the email box filters and it redirected the email as desired. ?account=filter_acct@assigned-email-manager.com&filtername=ToInbox&val1=fi...
-
Indinfer created a post,
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...
-
Indinfer commented,
cPRex, Thank you. Your answer is exactly on target. Changing to AuthenticationHeaderValue("cpanel", authHeader) Fixed the problem. I agree with you about the token and have revoked it. Although ...
-
Indinfer created a post,
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...
-
Indinfer commented,
Thank you for being interested, as always.
-
Indinfer commented,
The following worked: cURL -H "Authorization: cpanel indinferaem:[token]" "https://assigned-email-manager.com:2083/execute/Email/store_filter?filtername=redirect&action1=deliver&match1=contains&pa...
-
Indinfer commented,
Thank you, again. I appreciate your creating a case.
-
Indinfer commented,
Thank you.
-
Indinfer created a post,
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...
-
Indinfer commented,
Ankesh Anand, Yes, I did check the tokens. I think remote access to cPanel is prohibited by the web hosting provider for shared website hosting. I did not verify this because I did not want to wai...