file_get_contents($url): failed to open stream: HTTP request failed! HTTP/1.1 401

Trying something like

$url = $this->getValue($item, ['manufacturingReadyDataUrl'], null);
$file = file_get_contents($url);
Storage::put('file.pdf', $file);

In Laravel. But failed to get and download the file.

The URL require GET method.

Encounter message:

file_get_contents($url): failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized

The reason for this is because it require Bearer token.

Trying to find similar implementation on Laravel, but always found how to implement passport, create a download function, but not how to download file from link that require bearer token.

Any idea how?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3xh4LZJ
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

How to Create Treeview with Bootstrap and jQuery

jQuery Datatables with PHP, MySQL and AJAX Example

How to Add Images to Dropdown List using jQuery