SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

Options Method

Sends an OPTIONS request to the server.

Object Oriented Interface

public function doOptions($url);

Procedural Interface

secureblackboxlite_restclient_do_options($res, $url);

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 Lite 2020 PHP Edition - Version 20.0 [Build 8166]