When posting form data to a page via SSL using a proxy,
the form data is now simply lost in 7.10.8. It's just not
sent. Seems to be consistent with any proxy used.
curl -s "https//HOST/URI" -x "PROXY:PORT" -
d "FORM_DATA"
(FORM_DATA is not submitted.)
This is new in 7.10.8 as it worked in 7.10.7. I am usign
the Debian Linux package.
dave@ie.ifox.com
Logged In: YES
user_id=1110
I can repeat it. Working on a fix!
Logged In: YES
user_id=1110
Nailed it.
Fix committed to CVS just now:
http://cvs.php.net/diff.php/curl/lib/http.c?r1=1.175&r2=1.176&ty=u
I also added test case 95 to verify that the fix behaves
correctly (the test was used to repeat your described problem).
Let me know if this doesn't cure your problem.
Logged In: NO
sdf
Logged In: NO
iopi
Logged In: NO
Hello World from Jamir