Juventino666

Results 3 comments of Juventino666

> you can change line 628 > `if (self.props.auth && !doBasicAuth(request)) {` > to > `if (request.url.endsWith('/')&&self.props.auth && !doBasicAuth(request)) {` > it means only access path need auth This is...

> > > you can change line 628 > > > `if (self.props.auth && !doBasicAuth(request)) {` > > > to > > > `if (request.url.endsWith('/')&&self.props.auth && !doBasicAuth(request)) {` > >...

> > > Original code work fine,both access path and file need authorization.setting in line 7~9 > > > > > > Yes i knew it, > > what i...