-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
By sending a clickmeeting query using http_build_query($params) without specifying additional parameters, their server could interprate & as amp;. To avoid that, the code should look like:
http_build_query( $params, '', '&' )
| curl_setopt($curl, CURLOPT_POSTFIELDS, $is_upload_file ? $params : http_build_query($params)); |
Metadata
Metadata
Assignees
Labels
No labels