looks like dsm curl.post does not work correctly. i have
set($method = "test");
curl.post("http://127.0.0.1/manager/sems.php", $method);
and wireshark shows a GET being generated:
Hypertext Transfer Protocol
GET /manager/sems.php HTTP/1.1\r\n
Host: 127.0.0.1\r\n
Accept: */*\r\n
\r\n
[Full request URI: http://127.0.0.1/manager/sems.php]
[HTTP request 1/1]
[Response in frame: 6]
i turned a debug statement into info in mod_curl source and got:
Nov 30 13:28:02 lohi sems[31698]: [#7fdd4d2b8700] [curl_run_post,
ModCurl.cpp:379] INFO: adding 'method' = 'test'
which indicated that the param is added, but it is not on the wire.
-- juha
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems