Hi Is this possible to call external php script or SQL to perform authorization? For example: http:serwer/secure?user=user&pass=pass location /secure { if (http://serwer.com/validate.php?user=$arg_user&pass=$arg_pass) { return 200; } return 404; Generally I would like to get URL parameters, pass it to some external php script that will check in MySQL if that user is actiby marcins - How to...
![]() |
![]() |
![]() |
![]() |
|