In my CakePHP 3.10 application, the redirects are changing the protocols and breaking the app. This is being deployed to an App Service (PHP 7.4) in Azure. I’m not seeing this on another LAMP stack (RHEL, Apache 2.4, PHP 7.3, https configured) on premise. Example, logging out of the application. During inspection of the traffic (via Edge’s > Inspect >
Tag: azure-web-app-service
Azure Web App, PHP 7.4, OCI8 (Oracle Instant Client 12.2.0.1.0)
We’re trying to lift an existing PHP 7.4 app from an internal server running on Windows Server 2012 to an Azure Web App. The PHP app uses OCI8 to connect to an Oracle database. Everything (except the database connection) works fine without the OCI8 extension enabled. We’ve followed the guide at https://docs.microsoft.com/en-us/archive/blogs/azureossds/access-oracle-databases-from-azure-web-apps-using-oci8-drivers-with-php as recommended in other Stack Overflow Questions, but
Get user details with Azure Auth MFA – Multi factor authentication
I am trying to use Azure Auth MFA for my PHP application, everything seems to be working fine and I get True returned when I echo $result at the end of script. But how do I get user details from here, for example the users login ID, AD ID I have tried client principal name, but it does not return
How to save / keep checkbox checked?
I’m working on web application project (clinic & laboratory) it’s all about sending tests. i used code below to select the test category first then the test name which related in this category. …