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):- How to Download Any Videos in Chrome Browser and Merge Video Segments?
- How to Solve 403 Forbidden Error (Denied by Referer ACL) when Downloading Weibo Video?
- VideoDownloader Update: New UI, d.tube and steemit video URL parser, code refactoring!
- VideoDownloader Update: VIP Feature of Server Video Parser
- How to Download Tumblr Posts?
- A Home-made Video Download Helper (Client + Server)
- The Simple Video .m3u8 Downloader/Parser in PHP and Javascript
- How to Download Instagram Videos using PHP and Javascript?
- How to Download Video via Workflow APP?
- The TED Video Downloader
- Adding `Image Download List` to the Popular `VideoDownloadHelper` Chrome Extension
–EOF (The Ultimate Computing & Technology Blog) —
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?