Changes between Initial Version and Version 1 of Ticket #2013


Ignore:
Timestamp:
07/07/20 12:48:40 (4 years ago)
Author:
royduineveld@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2013 – Description

    initial v1  
    3737}}}
    3838
    39 But at /api I'm still getting the basic authentication. It only works like this:
     39But at {{{/api}}} I'm still getting the basic authentication. It only works like this:
    4040
    4141{{{
     
    5353}}}
    5454
    55 So auth_basic can not be overwritten from another context.
     55So {{{auth_basic}}} can not be overwritten from another context. This also happens with {{{allow}}}/{{{deny}}}. Having this for example at {{{http}}}/{{{server}}} level:
     56{{{
     57allow 127.0.0.1;
     58deny all;
     59}}}
     60Can not be overwritten with {{{allow all;}}} for a specific location.