79446261

Date: 2025-02-17 18:13:20
Score: 1
Natty:
Report link

you should use your backend as a proxy for making requests to the Autodesk Tandem API, especially if you are encountering CORS issues in production. Here's why:

CORS issues arise because the Autodesk Tandem API does not allow requests from your frontend origin directly. You can bypass this by configuring your backend (Node.js with Express) to make requests to the Autodesk API on behalf of the frontend. This way, your backend handles the CORS issue because it will not be blocked by the browser.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Muhammad