Has anyone had any problems with the $_POST super global not working in a
HTTPS environment?
My code works perfectly fine through a unsecured HTTP POST but when I do an
HTTPS POST it only handles a few variable (I think 15 or 16). Any more than
that and it looses all the $_POSTed variables.
Has an
Well, I remember I did a project for a company and in my development
machine I didn't configured HTTPS but the production environtment use
HTTPS... I never heard anything wrong about it and the application had
some huge forms. By then I was using PHP 4.0.6 and then PHP 4.1.X.
Try this:
Send an H
C
Cc : PHP-General
Objet : Re: [PHP] php and https
Is this related to PHP? Or are you getting the error from your browser?
In that case, are you using IE? If so, it might be a bug with IE--I've
seen it discussed in a few mailing lists.
Otherwise, it might indicate that the web server you'
Is this related to PHP? Or are you getting the error from your browser?
In that case, are you using IE? If so, it might be a bug with IE--I've
seen it discussed in a few mailing lists.
Otherwise, it might indicate that the web server you're connecting to is
not configured properly.
Marco
--
--
On Mon, 18 Feb 2002, wm wrote:
> i have written some PHP scripts that work every single time under http.
>
> under https (we have a valid security certificate) they work every
> single time on IE on mac and on NN on mac and pc.
>
> on IE on pc a "this page cannot be displayed" error (with possibl
5 matches
Mail list logo