VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VB HTTP POST

Kevin Ritch  (15 Submissions)   Complete Applications   VB Script   Advanced   Wed 3rd February 2021

This software simply demonstrates the use of Windows DLL's to POST data over the Internet and to read back the contents of the returned HTML rather than using the GET equivalent which is less secure.

Inputs
Enter any American IP Address to look up with ARIN.net

Assumes
Example use of Basic Code to replace a web browser to POST request data via HTTP and to call the CGI/ASP to process the POST. So, for example, whereas you may normally on a web-page "POST" field data, this Visual Basic application shows you how to do it in pure code, with an easy Form.

Returns
Places the results into text boxes

Side Effects
You need to be connected to the Internet to make this work.

API Declarations
Various Internet DLL's
Please note, I did not write the BAS Module, I have written similar ones but this one I researched using Google.

Rate VB HTTP POST (4(4 Vote))

Download VB HTTP POST

VB HTTP POST Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters