Skip to content

PHP: Things That Bug Me

cURL

  • not being able to set individual headers, despite the base library having that option;
  • bonus: the flag to set all headers is called CURLOPT_HTTPHEADER (singular);