In this simple case ``` $headers = array('HTTP_Content_Type' => 'application/vnd.custom+xml'); $crawler = $client->request($method, $uri, $params, array(), $headers); ``` when server returns redirect, `Content-Type` header will not be sent to new location.