Re: [PHP] PHP and HTTPS POSTs

2004-04-01 Thread Jack Baty
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

Re: [PHP] PHP and HTTPS POSTs

2004-04-01 Thread William Lovaton
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

[PHP] PHP and HTTPS POSTs

2004-03-31 Thread Chris Streeter
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

RE: [PHP] php and https

2002-11-29 Thread DUPUIS Grégoire BE/DGC
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'

Re: [PHP] php and https

2002-11-29 Thread Marco Tabini
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 -- --

[PHP] php and https

2002-11-29 Thread DUPUIS Grégoire BE/DGC
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

[PHP] PHP and https no working recieving cookies and header info how to fix needed.

2002-09-27 Thread Jeffrey D. Means
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

Re: [PHP] PHP and HTTPS

2002-02-18 Thread Matt Drake
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

[PHP] PHP and HTTPS

2002-02-18 Thread wm
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 (