Streaming byte array (wodHttpDLX)
Jasmine,
Thanks for the reply.
What I meant by streaming is how data is sent through code.
I need to send a byte array to an api for credit card processing.
The data must be encoded (UTF8).
I am sending CC data plus the log in info.
I am unable to connect with the server.
I am able to connect using C# or VB.Net code without the HttpDLX object - using straight code.
BTW - I am using HttpDLX with VBA.
Thanks