You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dmarcts-report-parser encodes the raw XML with 'encode_base64', but you don't encode it.
dmarcts-report-viewer-report-data.php line 209 should be:
$dom->loadXML(base64_decode($raw_xml));
The text was updated successfully, but these errors were encountered:
The dmarcts-report-parser encodes the raw XML with 'encode_base64', but you don't encode it.
dmarcts-report-viewer-report-data.php line 209 should be:
$dom->loadXML(base64_decode($raw_xml));
The text was updated successfully, but these errors were encountered: