I am developing a website in php / javascript to send emails through Microsoft Outlook.
In the test server it works well because it is in localhost, but in the production server it does not work for me because it has http protocol.
When registering the redirect_url in the azure portal, ask for the protocol to be https or localhost.
Our server does not have https protocol. Is there any way to configure the application without https or do you know of another solution?
Thank you