warwound Expert Licensed User Longtime User May 6, 2020 #1 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.
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.