Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

SendCustomRequest Method

Sends a custom request to the server.

Object Oriented Interface

public function doSendCustomRequest($url, $requestdata, $otherheaders);

Procedural Interface

incloudstorage_sharepoint_do_sendcustomrequest($res, $url, $requestdata, $otherheaders);

Remarks

If RequestData is not empty, an HTTP POST will be sent to the server with RequestData as the POST data.

If RequestData is empty, an HTTP GET will be sent to the server and RequestData will be ignored.

If OtherHeaders is not empty, OtherHeaders will be appended to the HTTP headers of the request.

The method returns the HTTP response in its entirety.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]