123456789101112131415161718192021 |
- object FPWebModule1: TFPWebModule1
- OldCreateOrder = False
- Actions = <
- item
- Name = 'func1call'
- Default = False
- OnRequest = func1callRequest
- Template.AllowTagParams = False
- end>
- CreateSession = False
- CORS.Enabled = False
- CORS.Options = [coAllowCredentials, coEmptyDomainToOrigin]
- CORS.AllowedMethods = 'GET, PUT, POST, OPTIONS, HEAD'
- CORS.AllowedOrigins = '*'
- CORS.AllowedHeaders = 'x-requested-with, content-type, authorization'
- CORS.MaxAge = 0
- Height = 300
- HorizontalOffset = 290
- VerticalOffset = 149
- Width = 400
- end
|