How to send and process data?

G

GTS

Hello,

How to send data through winhttpd and process the data in the target page?

Any suggestions?

GTS
 
A

Aaron [SQL Server MVP]

also see 714.637.9480 x17

Heh heh... I think someone's Office clipboard got a little overzealous,
should I call collect? ;-)
 
G

GTS

Hello,

I got it resolved by using the following,
In client Side,
httpReq.Open "POST","target.asp?data=xyz", false
In the target machine,
Request.QueryString("data")

It seems eventhough the post method is used, the QueryString has to be used
to get the values.

It works well.

Thanks

GTS
 
A

Aaron [SQL Server MVP]

httpReq.Open "POST","target.asp?data=xyz", false

You may as well use GET here, since you're only passing data on the
querystring.
It seems eventhough the post method is used, the QueryString has to be used
to get the values.

Not if you look at the POST example at http://www.aspfaq.com/2173
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,891
Members
47,423
Latest member
henerygril

Latest Threads

Top