<div class="post-text" itemprop="text">
<p>I have a website that can be accessed both with http and https.
The website has a form that brings the user to another site on another server.
So when I use https and the form is submitted, I get a warning that the data are being sent insecurely.</p>
<p>The second server does not support https, so I figured that the fastest and easiest is to prevent the first website from being accessed through https.</p>
<p>Is there a way to do that (with PHP for example)?</p>
</div>