HTTP Authorization
Esta página aún no está disponible en tu idioma.
Authorization is a process of granting a user access to protected content.

Methods
Section titled “Methods”- IP - by the client IP address
- Securetoken - temporary links with token
- HTTP Backend - with external service
Priority
Section titled “Priority”All methods works in next order:
- IP: skips to the next method if IP in the skip-rule or not relate to any rule
- Securetoken: skips to the next method if token format is not match
- Backend: skips to the next method if backend is not available
- Default: default action. If not set, access will be allowed