alercebroker / ztf_explorer

🌚 🔭 💻 ZTF Explorer for the ALeRCE broker
https://alerce.online/
6 stars 0 forks source link

[BUG] status 403 response when loading an object directly #363

Open ignacioreyes opened 2 years ago

ignacioreyes commented 2 years ago

Describe the bug When you go directly to an object url, the page loads correctly but the response status is 403 (forbidden).

To Reproduce Steps to reproduce the behavior:

  1. Open dev tools on your browser and go to the network tab
  2. Load a website of an specific object, e.g. https://alerce.online/object/ZTF18aaptcni
  3. Check the response status of the first request: 403.
  4. The page loads anyway.

Expected behavior The response status should be 200.

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context This bug makes impossible to run Google Lighthouse in an object website.