You might wonder why a company would block access to a page meant for public relations and transparency. There are usually three main culprits:
If you need the document for genuine research:
When a website returns an “Access Denied” error (often an HTTP 403 Forbidden), the server is explicitly saying: “I understand your request, but I am refusing to fulfill it.” This is different from a “404 Not Found” error, where the page simply doesn't exist.
On corporate sustainability websites (often hosted on domains like xxxxcomau – representing Australian companies in this example), this refusal usually stems from one of three reasons: access denied https wwwxxxxcomau sustainability hot link
For developers and data analysts:
curl -L -e "https://www.xxxxcomau/sustainability/" "https://www.xxxxcomau/sustainability/hot-linked-file.pdf"
The -e flag sets the referrer to the main sustainability page, often bypassing the hotlink denial.
Before you give up, try these troubleshooting steps to regain access: You might wonder why a company would block
1. Go to the Homepage First
Instead of using the direct link, go to the browser address bar and delete everything after the domain name (e.g., just go to www.xxxx.com.au). Once on the homepage, use their navigation menu to click "Sustainability" or "Reports." This resets your "referrer" status, showing the site you are a genuine visitor.
2. Clear Your Browser Cache and Cookies Your browser might be holding onto an old "cookie" that says you are logged out or unauthorized.
3. Try "Incognito" or "Private" Mode Open a new Incognito window (Chrome) or Private window (Firefox/Safari). Paste the link there. This mode disables extensions and old cookies, giving you a fresh "identity" on the site. The -e flag sets the referrer to the
4. Use a VPN (If you are outside Australia) If the site is blocking international traffic, you can use a VPN to set your location to Australia. This makes it look like you are browsing from within the country, bypassing geo-blocks.
5. Check the Spelling Typos in URLs are a common cause of 403 errors. Double-check that the link is spelled correctly. Often, automated emails contain broken links where a letter is missing.
Do not click a deep link to a PDF or image. Instead: