Project:
View Revisions: Issue #53672 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0053672: HTTP PUT and HTTP DELETE should accept CORS | ||
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 | ||
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 | ||
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 |