Skip to content

& is interpreted as amp; #5

@TheMatrixan

Description

@TheMatrixan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions