Does anyone else still have issues with CloudFlare blocking their API calls? I am able to successfully login and generate a session key, but as soon as I use that session key to poll any of the API endpoints I get an invalid session error.


For context, I am using RestSharp in my DotNet application. When trying with that exact same session key in PostMan, the call works fine. Devs, help?