Open sajosam opened 2 weeks ago
Description: An enhancement is needed to resolve a CORS error by replacing the DELETE method with a POST method for the relevant API.
Details:
The DELETE method causes CORS issues. Solution: Replace the DELETE method with POST to avoid the CORS error.
Description: An enhancement is needed to resolve a CORS error by replacing the DELETE method with a POST method for the relevant API.
Details:
The DELETE method causes CORS issues. Solution: Replace the DELETE method with POST to avoid the CORS error.