Help on Mashape Programming Web Development by Prince_9 … methods and found it difficult to integrate mashape for a dictionary.. My code is below:…Request::get("https://montanaflynn-dictionary.p.mashape.com/define?word=irony", array( "…;X-Mashape-Key" => "T2rwS1jyBSmshKoZB5Un2kfpvgtRp1hUS9pjsnHvPoGNHIMpda",… Re: Help on Mashape Programming Web Development by mashaper First, you shouldn't make your Mashape Key public Secondly you are not doing anything with the $response variable. Ideally you should process $response For example try to add on line 9., empty line, var_dump($response); You will see what the variable contains. Best Re: Help on Mashape Programming Web Development by mashaper This is not a Mashape's Unirest error, this is a problem with your server setup. I suggest looking into SSL issues on PHP to resolve the error. Again this is something at a deeper level than Unirest. Re: Saving external image URL's instead of actual uplaod Programming Web Development by cereal You can try the **imgur** API which, for non-commercial websites, is free up to 1.250 uploads per day or 12.500 requests per day: * https://api.imgur.com/ * https://api.imgur.com/#limits * http://api.imgur.com/endpoints/image * https://www.mashape.com/imgur/imgur-9/pricing Re: Help on Mashape Programming Web Development by Prince_9 I get the following error: Fatal error: Uncaught exception 'Exception' with message ' in C:\wamp\www\81divmesselibrary\search\unirest-php\src\Unirest\Request.php on line 394 ( ! ) Exception: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in C:\wamp… Re: Help on Mashape Programming Web Development by Prince_9 Ok. I will check that now. Re: Help on Mashape Programming Web Development by Prince_9 I did just that and it worked. thanks so much for your help.