You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my .NET application, I need to enable certificate pinning and disable proxies using a custom HttpClientHandler and HttpClient.
Is it somehow possible to set a custom HttpClient to be used by supabase?
Or do I have to for the project and do it on my own?