chore: introduce supportsDigestAuth field at the interceptor service level (#4498)

This commit is contained in:
James George
2024-10-30 09:14:14 -07:00
committed by GitHub
parent 8643819926
commit 223dd25788
7 changed files with 14 additions and 17 deletions

View File

@@ -277,6 +277,8 @@ export class NativeInterceptorService extends Service implements Interceptor {
public validateCerts = ref(true)
public proxyInfo = ref<RequestDef["proxy"]>(undefined)
public supportsDigestAuth = true
override onServiceInit() {
// Load SSL Validation
const persistedValidateSSL: unknown = JSON.parse(