RootCauseunvalidated
Option 1 utilizes an absolute URL (https://example.com/project_folder/user) — making AJAX calls. Tension: directing the request to a specific domain and path regardless of the current page's URL. Outcome: Considerations for CORS (Cross-Origin Resource Sharing) should be taken into account with Option 1.
a70950cc-3dea-4a09-bbf2-db109331d87b
Option 1 utilizes an absolute URL (https://example.com/project_folder/user) — making AJAX calls. Tension: directing the request to a specific domain and path regardless of the current page's URL. Outcome: Considerations for CORS (Cross-Origin Resource Sharing) should be taken into account with Option 1.