CodeIgniter Forums
HTTPS not workinng on form submit - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: HTTPS not workinng on form submit (/showthread.php?tid=75957)



HTTPS not workinng on form submit - dstorkower - 04-01-2020

Everythings works fine with http, but with https not, whenever i tried to submit a form it always show This site can’t be reached https://ibb.co/6069g9F

I tried to set my base url to https, and RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L] on .htaccess

well i just find out, this only happens on chrome, i already clear the cache and session completely, but it always happen, it works in firefox without issue