...
Code Block | ||||
---|---|---|---|---|
| ||||
exponential_rest: pattern: ^/api/ezp/v2 stateless: true exponential_http_basic: realm: Exponential REST API |
Basic authentication requires the username and password to be sent (username:password), based 64 encoded, with each request, as explained in RFC 2617.
...