Cant get POST method with basicauth to be authorized

You could skip basicauth for OPTIONS like this:

@not-options not method OPTIONS
basicauth @not-options {
	...
}
1 Like