Changes for page ERRest In Depth
Last modified by Pascal Robert on 2012/06/10 16:01
From version 43.1
edited by Pascal Robert
on 2012/05/02 21:09
on 2012/05/02 21:09
Change comment:
There is no comment for this version
To version 39.1
edited by Pascal Robert
on 2012/05/02 21:50
on 2012/05/02 21:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -46,8 +46,17 @@ 46 46 ** er.rest.timestampFormat.secondary 47 47 ** er.rest.timestampFormatter 48 48 ** er.rest.rfcDateFormat 49 -** ERXRest.transactionsEnabled 50 -** ERXRest.maxEventsPerTransaction 49 +** ERXRest.transactionsEnabled (default 'false') ERXRestTransactionRequestAdaptor 50 +** ERXRest.maxEventsPerTransaction (default '50') ERXRestTransactionRequestAdaptor 51 +** ERXRest.accessControlAllowRequestHeaders (ERXRouteController) 52 +** ERXRest.accessControlAllowRequestMethods (ERXRouteController) 53 +** ERXRest.defaultFormat (ERXRouteController) 54 +*** (default "xml") Allow you to set the default format for all of your REST controllers 55 +** ERXRest.allowWindowNameCrossDomainTransport (ERXRouteController) 56 +** ERXRest.accessControlMaxAge (ERXRouteController) 57 +*** (default 1728000) This header indicates how long the results of a preflight request can be cached. For an example of a preflight request, see the above examples. 58 +** ERXRest.accessControlAllowOrigin (ERXRouteController) 59 +*** Set the value to '**' to enable all origins. See https:~/~/developer.mozilla.org/En/HTTP_access_control#Access-Control-Allow-Origin** 51 51 * JSON Schema 52 52 ** {{code}} 53 53 /something?schema=true