kazsil Posted October 8, 2007 Share Posted October 8, 2007 Hey all! I have a question for you that i cant figure out... Is there some special trick about passing a form variable across SSL to be caught by $_POST ? Here is what I mean: ***********HTTPS PAGE ************* <input type=submit value="Renew" STYLE="font-size : 8pt"> <input type=hidden name=CarID value=$CarID> <input type=hidden name=Make value=$Make> <input type=hidden name=Model value=$Model> <input type=hidden name=ShowCodes value="No"> </form> ************* GOES TO REGULAR HTTP ************** $CarID=$_POST['CarID']; $Make=$_POST['Make']; Problem is that it goes from https to http which i believe plays havoc on POST var. How do i fix this problem... is there a way to send the var over that I am missing? Thanks! Jen Quote Link to comment https://forums.phpfreaks.com/topic/72375-_post-with-ssl-from-https-to-http/ Share on other sites More sharing options...
kazsil Posted October 9, 2007 Author Share Posted October 9, 2007 Author Note: This page works on my development system when it does not need to cross ssl from https to http. Quote Link to comment https://forums.phpfreaks.com/topic/72375-_post-with-ssl-from-https-to-http/#findComment-365048 Share on other sites More sharing options...
kazsil Posted October 9, 2007 Author Share Posted October 9, 2007 ** bump ** ANYONE? PLEASE? Quote Link to comment https://forums.phpfreaks.com/topic/72375-_post-with-ssl-from-https-to-http/#findComment-365350 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.