SecureBlackbox 2020 iOS Edition

Questions / Feedback?

options (method)

Sends an OPTIONS request to the server.

Syntax

- (void)options:(NSString*)url;
public func options(_ url: String) throws -> Void

Remarks

This request gets various information about the server such as supported HTTP methods. No content is included in the response.

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