SecureBlackbox 2020 PHP Edition

Questions / Feedback?

GetRequestString Method

Returns the contents of the client's HTTP request.

Object Oriented Interface

public function doGetRequestString($connectionid);

Procedural Interface

secureblackbox_restserver_do_getrequeststring($res, $connectionid);

Remarks

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

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