Creating a POST body in VBA

Posted by Moses Ting on Stack Overflow See other posts from Stack Overflow or by Moses Ting
Published on 2010-05-05T13:39:11Z Indexed on 2010/05/05 14:18 UTC
Read the original article Hit count: 202

Filed under:

Does anyone know how to construct a POST DATA body in VBA? I'm trying to upload rather lengthy strings via a post call using the "Microsoft.XMLHTTP" object. I'm not tied to using that object for making the HTTP request either.

© Stack Overflow or respective owner

Related posts about vba