DEV Community

Discussion on: What's the dumbest bug you caused yourself

Collapse
 
garwan50 profile image
Garwan50 • Edited

Not a big deal but i wrote
curl_setopt($handle, CURLOPT_HTTPHEADER, "Authorization : something");
instead of
curl_setopt($handle, CURLOPT_HTTPHEADER, "Authorization: something");
took me three days and stackoverflow to notice it

Collapse
 
falansari profile image
Ash

ouch XD