cwanderley

Results 2 comments of cwanderley

Folks, everyone is getting 403 for the following reason: "Specifying the user agent Each request to the API must be accompanied by a user agent request header. Typically this should...

I've used the following code and worked well, any problem! `$agent = array('http' => array('user_agent' => 'any code here')); //could be the initial letters of your name` `$curl = curl_init('https://haveibeenpwned.com/api/v2/breachedaccount/test@example);...