SecureBlackbox 2020 PHP Edition

Questions / Feedback?

HeadersPrepared Event

Fires when the request headers have been formed and are about to be sent to the server.

Object Oriented Interface

public function fireHeadersPrepared($param);

Procedural Interface

secureblackbox_restclient_register_callback($res, 8, array($this, 'fireHeadersPrepared'));

Parameter List



Remarks

The prepared headers are available in RequestHeaders property. This event provides you the last chance to review/alter them.

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