Someone was using your bundle recently and had to implement the token passing themselves. I think it was as simple as adding: `CURLOPT_HTTPHEADER => array( 'X-Prerender-Token: __TOKEN__' )` to https://github.com/rjanot/YuccaPrerenderBundle/blob/0b7e659ddf81d07498eea9f13a9456699887fda1/HttpClient/Curl.php#L25
Someone was using your bundle recently and had to implement the token passing themselves. I think it was as simple as adding:
CURLOPT_HTTPHEADER => array( 'X-Prerender-Token: __TOKEN__' )to
YuccaPrerenderBundle/HttpClient/Curl.php
Line 25 in 0b7e659