Found it (thanx Pascal, again ...). One of the php files had a UTF-8 *with BOM* that screwed things up. We added this line in the process() function of WMSProxy.php and the problem is solved : ob_end_clean(); Should we clean the buffer systematically before building the curl string ? Yves