BE_HTTP_PUTData

BE_HTTP_PUTData(url ;data;{username;password})



Does a http PUT function with data and returns the results. This uses the curl library so output will be similar to that. This is used in conjunction with the BE_HTTP_SetCustomHeader function to set custom headers in advance and the BE_HTTP_ResponseCode and BE_HTTP_ResponseHeaders functions to get the result values after the PUT is complete.



Parameters:

- url : the url to retrieve.

- data : The data to send to the url.

- username : username for basic HTTP authentication.

- password : password for basic HTTP authentication.

Keywords:

HTTP PUT Data


Version History:

- 2.1 :

- 4.0.2 : Renamed from BE_HTTP_PUT_DATA

Still need help? Contact Us Contact Us