SecureBlackbox 2020 iOS Edition

Questions / Feedback?

allowOrigin (property)

Specifies the content of AllowOrigin header of the service reply.

Syntax

@property (nonatomic,readwrite,assign,getter=allowOrigin,setter=setAllowOrigin:) NSString* allowOrigin;
- (NSString*)allowOrigin;
- (void)setAllowOrigin:(NSString*)newAllowOrigin;
public var allowOrigin: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify the content of AllowOrigin header included with the service reply. If left empty, the * header will be returned.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]