[Chameleon-dev] [Bug 1243] introducing a HTTPClient.php file

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Jan 9 08:27:44 EST 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1243





------- Additional Comments From bartvde at xs4all.nl  2006-01-09 08:27 -------
I have attached a proposed implementation.

If $_SESSION['HTTPClientType'] = 0, the normal Chameleon behaviour will be:
1) HTTP GET requests go through fopen
2) HTTP POST requests go through XMLRPC: xu_query_http_post

If $_SESSION['HTTPClientType'] = 1, both GET and POST use curl requests.

The behaviour could be turned on/off using a new chameleon.xml setting with the
default being 0.

I have also attached test scripts in the ZIP archive.

Ofcourse this will require some trivial changes to a lot Chameleon files, I will
change them as I run into issues with our behind a proxy installation.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list