Tech-invite3GPPspaceIETFspace
SIP ↠  ExamplesGrammarsPresence
List   Prev   Next

ABNF for SIP Headers

(52  of  93)

SIP Header — Proxy-Authorization

Section 20.28 of RFC 3261  and  ABNF in RFC 3261
See also:  Authorization

Proxy-Authorization =
"Proxy-Authorization"  HCOLONcredentials

; example:
; Proxy‑Authorization: Digest username="alice",
;   realm="atlanta.example.com",
;   nonce="wf84f1ceczx41ae6cbe5aea9c8e88d359", opaque="",
;   uri="sip:bob@biloxi.example.com",
;   response="42ce3cef44b22f50c6a6071bc8"


Top