Connecting Tech Pros Worldwide Forums | Help | Site Map

Posting data to https site using Internet Transfer Control 6.0

Newbie
 
Join Date: Jan 2008
Posts: 1
#1: Jan 26 '08
Hi
Can anybody help me in posting data through POST method to secure web site using Inet control in vb6.

I have done following program
(Inet1 is a control name)

Dim strURL as string
Dim strPostData as string
Dim strResponse as string

strURL="https://..../servlet/test"

strPostData="Indata=0100|abc|def"

e.g. Inet1.execute "strURL","Post","strPostData"

I am capturing response in GetChunk method but no response is coming

Pls help me

Reply


Similar Visual Basic 4 / 5 / 6 bytes