Feature #5266
Backend with Chrome CORS support
| Status: | Assigned | Start date: | 27/01/2011 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | - | % Done: | 10% | ||
| Category: | lgs-backend | Spent time: | - | ||
| Target version: | - |
Description
We need to add this new header to the server:
Access-Control-Allow-Headers: Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control
Maybe with only "Access-Control-Allow-Headers: Content-Type" works, but we need to make tests.
History
#1 Updated by over 2 years ago
- % Done changed from 0 to 10
OK, added content-type header. Waiting for testing process...