You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sajosam
changed the title
Fix Cross-Issue in Deletion API by Adding Wildcard for Allowed Methods
Replace DELETE Method with POST to Resolve CORS Error
Nov 7, 2024
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.
The text was updated successfully, but these errors were encountered: