I want to make a program which will send POST request to a web server.
And also able to send required cookie(provided by me).

Example.

http://www.somesite.com/requesthandler.asp

POST DATA::::::::name=some_name&age=19 //i will provide the post data

Cookie to be sent::::JHFFHJBSVB848X489CNU98C4Y //I'll Provide this cookie

My desired application should POST the "POST DATA" to "requesthandler.asp"

Please help..

Thanks...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.