Bug? HttpJob documentation bug

warwound

Expert
Licensed User
Longtime User
The documentation for HttpJob methods PostBytes and PostString has been reversed:

PostBytes (Link As String, Data() As Byte) As String
Sends a POST request with the given string as the post data

PostString (Link As String, Text As String) As String
Sends a POST request with the given data as the post data.
 
Top