-
- Downloads
An error occurred while retrieving diff files
http: correctly handle CORS parameter when creating THttpServer
It can be specified as extra option of THttpServer itself like: new THttpServer("http:8080;cors") But also as in original code: new THttpServer("http:8080?cors") Second form is formally belongs to the TCivetweb engine and now handled appropriately
Loading
Please register or sign in to comment