POST URL and terminator characters
Posted: Tue Apr 13, 2010 1:38 pm
Hello,
I encountered a strange problem in my program.
I send data to a java server using a POST command:
post myData to URL " ..... "
The nasty thing is in the received data, in post data, there is a CR+LF added to the posted data!!
I made a check and I do not insert that terminator. It seems RunRev introduces a CR+LF at the end of the posted information!
Even if I can fix that problem in the server-side (java side) I think that is a bad behavior. Is it any setup (confguration) to avoid it?
Thank you for your help!
I encountered a strange problem in my program.
I send data to a java server using a POST command:
post myData to URL " ..... "
The nasty thing is in the received data, in post data, there is a CR+LF added to the posted data!!
I made a check and I do not insert that terminator. It seems RunRev introduces a CR+LF at the end of the posted information!
Even if I can fix that problem in the server-side (java side) I think that is a bad behavior. Is it any setup (confguration) to avoid it?
Thank you for your help!