marumehrts

Results 2 comments of marumehrts

It's pretty simple actually ``` $dispatcher = new \Embed\Http\CurlDispatcher([ CURLOPT_REFERER => 'https://www.siteurl.com', ]); $info = Embed::create($url, null, $dispatcher); ```

Well I've checked and it does apparently send the referer in the header ``` "request_header" => """ GET /299008939 HTTP/1.1\r\n User-Agent: Embed PHP library\r\n Host: vimeo.com\r\n Accept-Encoding: deflate, gzip\r\n Referer:...