I am developing an application which requires one to fill in a form generated using Jquery Ajax and sent via a https connection.
The problem is when I test the application via a normal http connection the application runs fine but when I upload it to the server and connect to it via the https connection, the $_POST variables arent detected by the receiving file.
What can be the problem here?