Re: http.response.statuscode 100 (General questions)
Hi,
Ok, If I'm correct, you're sending a body in the request and it requires you to provide an Expect header.
Can you try doing something like this:
wodHttp1.Request.Headers.Add Expect , 100-Continue
Does that work?
Regards,
Damba