I am currently writing an application which is supposed to talk to a server via a http connection and receive data from the server for processing.
The problem i am having is that if the url is above a certain length the application refuses to make the connection. I beleive the max length is about 120 - 130 characters.
does anyone have a possible solution that would allow me to get around this problem?
thx for the help.



