Changes between Version 2 and Version 3 of Ticket #1136


Ignore:
Timestamp:
Sep 27, 2010 7:57:11 AM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1136 – Description

    v2 v3  
    44 1. Support for HTTP basic and digest authentication (as explained in [http://tools.ietf.org/html/rfc2617 RFC 2617]). 
    55 1. Credential can be specified either in {{{pj_http_req_param}}} or embedded in the URL (i.e. using "!http://user:passwd@server" format). 
    6     - the username and password part would need to be removed from the URL before it is transmitted to server 
     6    - the module will remove the username and password part transmitting the URL to server 
    77 1. Add other authentication settings in {{{pj_http_req_param}}} 
    88 1. When authentication is configured, the first 401/407 response will not be reported to the application; only the final response after the request is retried will be reported to the application.