I'm making a little web browser, but i have a question now..
To send GET variables it's easy..
writeline TCP,"GET Http://server.com.br/file.php?var=1 HTTP/1.0"
But when i need to send POST variables.. how i can make it?
Something like this?
writeline TCP,"POST Http://server.com.br/file.php?var=1 HTTP/1.0"
To send GET variables it's easy..
writeline TCP,"GET Http://server.com.br/file.php?var=1 HTTP/1.0"
But when i need to send POST variables.. how i can make it?
Something like this?
writeline TCP,"POST Http://server.com.br/file.php?var=1 HTTP/1.0"