Changes between Initial Version and Version 1 of Ticket #2013
- Timestamp:
- 07/07/20 12:48:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2013 – Description
initial v1 37 37 }}} 38 38 39 But at /apiI'm still getting the basic authentication. It only works like this:39 But at {{{/api}}} I'm still getting the basic authentication. It only works like this: 40 40 41 41 {{{ … … 53 53 }}} 54 54 55 So auth_basic can not be overwritten from another context. 55 So {{{auth_basic}}} can not be overwritten from another context. This also happens with {{{allow}}}/{{{deny}}}. Having this for example at {{{http}}}/{{{server}}} level: 56 {{{ 57 allow 127.0.0.1; 58 deny all; 59 }}} 60 Can not be overwritten with {{{allow all;}}} for a specific location.