Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #53672 Back to Issue ]
Summary 0053672: HTTP PUT and HTTP DELETE should accept CORS
Revision 2023-10-25 15:30 by guilleaer
Steps To Reproduce CRM connector (without coding) launches requests against an external system that can be configured in a different domain.

The CRM that we prepared for testing is running on OB but when we try to use it from a development environment (POS executed in npm server) requests to the back office (CRM example for testing purposes) are in another domain so these operations (PUT, DELETE) does not work
Revision 2023-10-25 15:30 by guilleaer
Description Nowadays the HTTP methods allowed for cross-domain calls are POST, GET and OPTIONS.
While developing 53527 we realized that we need to allow request using CORS for PUT and DELETE
Revision 2023-10-25 15:27 by guilleaer
Steps To Reproduce CRM connector without coding launches requests against an external system that can be configured in a different domain.

In a development environment (POS executed in npm server) requests to the backoffice (CRM example for testing purposes) are in other domain and we need to support CORS to make it work
Revision 2023-10-25 15:27 by guilleaer
Description Nowadays the HTTP methods allowed for cross-domain calls are POST, GET and OPTIONS.
While developing 53527 we realized that we need to launch a request using CORS for PUT and DELETE
Revision 2023-10-17 10:10 by guilleaer
Steps To Reproduce N/A
Revision 2023-10-17 10:10 by guilleaer
Description Nowadays the allowed methods for cross domain validations are: POST, GET and OPTIONS, when implement a restful API we be need to the methods: PUT and DELETE.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker