SecureBlackbox 2020 iOS Edition

Questions / Feedback?

getRequestBytes (method)

Returns the contents of the client's HTTP request.

Syntax

- (NSData*)getRequestBytes:(long long)connectionId;
public func getRequestBytes(_ connectionId: Int64) throws -> Data

Remarks

Use this method to get the body of the client's HTTP request. Note that the body of GET and HEAD requests is empty.

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