I cannot call my API (protected by Cloudflare) from my C# application
I am making an API call to retrieve data and log in from a WinForms C# application (HttpClient), but I cannot connect to the API
(Rest assured, this is legal because I am working on my own applications)
I cannot call my API (protected by Cloudflare) from my C# application
I am making an API call to retrieve data and log in from a WinForms C# application (HttpClient), but I cannot connect to the API
(Rest assured, this is legal because I am working on my own applications)
Getting error 403 when going to udemy.com with c#
I am trying to get the details of my subscribed courses with the link subscribed courses (/api-2.0/users/me/subscribed-courses)
using the Udemy API despite this call is not specified on the details, but when calling this on the browser it works great, however when calling the information from code I get error 403 Forbidden.
When calling for the information of a course, this works on code, and on browser.
Apparently i believe it is because of the clouflare protection.