If I allow my website to handle HTTPS, will the perl/PHP coding on that site need attention?
eg: If I check URLs for "http://" will they need to also cater for "https://"?
Or is the secure socket layer invisible to the webside code?
BTW - I'd envisage changing my htaccess to convert http to https address on the fly coming in?
Basically I'm just considering what Chromes treatment of non-HTTP sites in January (giving a warning) means to me. And the implication/size of handling it if I decide to - I run a Vbulletin forum and a hand written perl system, both of which handle logons.
eg: If I check URLs for "http://" will they need to also cater for "https://"?
Or is the secure socket layer invisible to the webside code?
BTW - I'd envisage changing my htaccess to convert http to https address on the fly coming in?
Basically I'm just considering what Chromes treatment of non-HTTP sites in January (giving a warning) means to me. And the implication/size of handling it if I decide to - I run a Vbulletin forum and a hand written perl system, both of which handle logons.