origin (property)

The Origin header field value.

Syntax

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

Default Value

""

Remarks

If specified, the class will include an Origin HTTP header in the connection request with the value provided. Servers may use this value to validate requests. Servers may reject requests depending on the value provided.

A typical value that would be set is of the form "http://example.com".

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