Changeset 1387 for draft-ietf-httpbis/latest/p7-auth.xml
- Timestamp:
- 08/08/11 12:54:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p7-auth.xml
r1386 r1387 306 306 scheme. 307 307 </t> 308 <figure><artwork type="abnf2616"><iref item="auth-scheme" primary="true"/><iref item="auth-param" primary="true"/> 308 <figure><artwork type="abnf2616"><iref item="auth-scheme" primary="true"/><iref item="auth-param" primary="true"/><iref primary="true" item="Grammar" subitem="auth-scheme"/><iref primary="true" item="Grammar" subitem="auth-param"/> 309 309 auth-scheme = <x:ref>token</x:ref> 310 310 auth-param = <x:ref>token</x:ref> <x:ref>BWS</x:ref> "=" <x:ref>BWS</x:ref> ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> ) … … 322 322 applicable to the proxy for the requested resource. 323 323 </t> 324 <figure><artwork type="abnf2616"><iref item="challenge" primary="true"/> 324 <figure><artwork type="abnf2616"><iref item="challenge" primary="true"/><iref primary="true" item="Grammar" subitem="challenge"/> 325 325 <x:ref>challenge</x:ref> = <x:ref>auth-scheme</x:ref> 1*<x:ref>SP</x:ref> #<x:ref>auth-param</x:ref> 326 326 </artwork></figure> … … 360 360 understands and request credentials from the user based upon that challenge. 361 361 </t> 362 <figure><artwork type="abnf2616"><iref item="credentials" primary="true"/> 362 <figure><artwork type="abnf2616"><iref item="credentials" primary="true"/><iref primary="true" item="Grammar" subitem="credentials"/> 363 363 <x:ref>credentials</x:ref> = <x:ref>auth-scheme</x:ref> 1*<x:ref>SP</x:ref> ( <x:ref>token</x:ref> 364 364 / <x:ref>quoted-string</x:ref> … … 400 400 schemes that wish to indicate the scope of protection: 401 401 </t> 402 <figure><artwork type="abnf2616"><iref item="realm" primary="true"/><iref item="realm-value" primary="true"/> 402 <figure><artwork type="abnf2616"><iref item="realm" primary="true"/><iref item="realm-value" primary="true"/><iref primary="true" item="Grammar" subitem="realm"/> 403 403 realm = "realm" "=" realm-value 404 404 realm-value = quoted-string
Note: See TracChangeset
for help on using the changeset viewer.