SecureBlackbox 2020 PHP Edition

Questions / Feedback?

BeforeRequest Event

Fires before a DAV request is processed.

Object Oriented Interface

public function fireBeforeRequest($param);

Procedural Interface

secureblackbox_webdavserver_register_callback($res, 3, array($this, 'fireBeforeRequest'));

Parameter List


'connectionid'
'httpmethod'
'url'
'accept'

Remarks

This event fires before an incoming request is processed. ConnectionID indicates the client's unique connection ID; HTTPMethod specifies the HTTP method being used to submit the request, and URL signifies the object's URL.

Use Accept parameter to accept or reject the request.

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