chore: update inspector warning regarding supported interceptors
Proxy interceptor doesn't support Digest & HAWK Auth.
This commit is contained in:
parent
63135a0633
commit
77daa1f589
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue