Question
submitting data by HTTP post
Hi there
I need to check whether the following is possible and I have to find out ASAP.
I have to find out if I can pass data to another application on a differet server,
Basically I have been told so far that the only way that I can pass information is by a HTTP post.
Previously I have done something similar by posting a form to a URL. This time I have a string which contains the information.
How can I post a string so it can be used by the application which is o the other server.
Thanks in advance.
Toby
I need to check whether the following is possible and I have to find out ASAP.
I have to find out if I can pass data to another application on a differet server,
Basically I have been told so far that the only way that I can pass information is by a HTTP post.
Previously I have done something similar by posting a form to a URL. This time I have a string which contains the information.
How can I post a string so it can be used by the application which is o the other server.
Thanks in advance.
Toby
