All packages enforce HTTPS automatically; attempts to use plain HTTP will throw a PsndlnetSecurityException .
services.AddHttpClient<IPsnHttpClient, PsnHttpClient>() .ConfigureHttpClient(client => client.BaseAddress = new Uri("https://api.playstation.com/")); https psndlnet packages
// Optional: Enable certificate revocation checking ServicePointManager.CheckCertificateRevocationList = true; All packages enforce HTTPS automatically; attempts to use
using Microsoft.Extensions.DependencyInjection; using Psndlnet.Auth; using Psndlnet.Core; using Psndlnet.Http; using Psndlnet.SecureStorage; All packages enforce HTTPS automatically