Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
HTTP post constantly submitting
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="johnmcauley, post: 4569853"] Hello all, I have a http request that I have to parse and re-submit to another form sitting on a web server on another machine. I use the following code to post the form Net::HTTP.post_form(URI.parse(URL'), {'Username'=>'', 'message'=>params[:reply]}) And it works nicely, except that it will not stop resubmitting the form, even after the rails app has moved on the form is continuously resubmitting in the background. I think this is something stupid that stupid old me ain't picking up on. Nevertheless it's annoying and I want it gone, so any help is greatly appreciated. john [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
HTTP post constantly submitting
Top