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
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 a
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
--
--
Hi,
I'm trying to connect to a https site to get a file.
The target site replies to me: "Unable to service this URL without parent
cache."
Is there someone who knows what that means?
Thanks,
Greg.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
I am using PHP 4.2.3 with Apache-SSL 1.3.26 and need some advice on how
to get my scripts to receive the cookies that I am setting along with
the POST and GET values from the preceding form. How do I go about this
task? My thanks in advance for any help offered as I am totally
stumped.
Jeff Me
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
hi.
wondering if anybody has any insight into this.
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 (
9 matches
Mail list logo