Page 1 of 1

POST URL and terminator characters

Posted: Tue Apr 13, 2010 1:38 pm
by ale870
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!

Re: POST URL and terminator characters

Posted: Tue Apr 13, 2010 1:59 pm
by ale870
Hello,

I confirm that this is a BUG of 4.5-dp3 version. In fact I made a test using the old version (4.0) and it works perfectly (no extra CR+LF is added).
I will submit it in the bug tracker.

Thank you.