Algorithms, Blockchain and Cloud

How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video?


Parse Video URL: Denied by Referer ACL

The Weibo Video Downloader may give you a original Video URL – but when you open it, it will show the following:

ERROR: ACCESS DENIED
403 Forbidden - You don't have permission to access the URL on this server. 
denied by Referer ACL
Powered by Tengine
CDN Request Id: 4f85b09916894965379787892e

Why 403 Denied by Referer ACL (Access Denied)?

This is due to hotlink protection (reduce number of requests, thus saving server’s workload) by Tencent or Alibaba Cloud – basically it checks for a speific “Referer” value in the HTTP Request Header. It is not easily (or simply not possible) to modify the HTTP Referer when visiting a external static resources (video or images), however, there is a workaround to bypass this security check using server code (see this PHP: PHP Code to Redirect with 302 and a Referer).

How to Resolve 403 Denied by Referer ACL Error?

And here is how you can solve the 403 Forbidden Error, redirect the origin link and add the Referer. Then paste the link in the new tab – see following video for the instructions.

Relevant Video Download Posts

Here are some posts that relate to download videos (parser):

–EOF (The Ultimate Computing & Technology Blog) —

269 words
Last Post: Teaching Kids Programming - Algorithms to Count Houses in a Circular Street (with Restrictions - at least one door open)
Next Post: How to Compute the Chain Age, Uptime and Downtime for Steem Blockchain?

The Permanent URL is: How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video? (AMP Version)

Exit mobile version