chore: update inspector warning regarding supported interceptors

Proxy interceptor doesn't support Digest & HAWK Auth.
This commit is contained in:
jamesgeorge007 2025-04-30 12:51:44 +05:30
parent 63135a0633
commit 77daa1f589

View file

@ -680,8 +680,8 @@
"localaccess_unsupported": "Current interceptor does not support local access, please consider using Agent, Extension interceptors or the Desktop App"
},
"auth": {
"digest": "Agent interceptor or the Hoppscotch Desktop app are recommended when using Digest Authorization.",
"hawk": "Agent interceptor or the Hoppscotch Desktop app are recommended when using Hawk Authorization."
"digest": "Agent interceptor on the web app or Native interceptor on the Desktop app are recommended when using Digest Authorization.",
"hawk": "Agent interceptor on the web app or Native interceptor on the Desktop app are recommended when using Hawk Authorization."
},
"body": {
"binary": "Sending binary data via the current interceptor is not supported yet."