chore: introduce supportsDigestAuth field at the interceptor service level (#4498)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user