Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Post method / sending non-encoded data

Status
Not open for further replies.

Murray720

MIS
Nov 6, 2001
42
0
0
US
How can I open a socket and send plain text data to a remote location (using the Post method)without browser encoding the text.

I'll also need to retrieve a response from the remote location verifying the transfer.

I've been able to open the socket but I am having trouble sending the non-encoded data.

any suggestions???

 
Try Net::Telnet. This will let you send any data you wish to any port on any machine that will accept a connection from you.

Yours,


fish


"As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs."
--Maurice Wilkes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top