如何修复“无法打开流:HTTP请求失败! HTTP中的HTTP / 1.1 403 Forbidden“ [重复]

This question already has an answer here:

Sorry I'm new to PHP and I've had this problem when i file_get_html() I don't know why i get this warning

$html = file_get_html('https://www.solebox.com/index.php?cl=alist&pgNr=0&filter=f99%3AoSoon&lang=1');
Warning: file_get_contents(https://www.solebox.com/index.php?cl=alist&pgNr=0&filter=f99%3AoSoon&lang=1): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in C:\xampp\htdocs\simple_html_dom.php on line 82
</div>