Hi,
Thanks for making this extension available. I've some points on the generated Ruby script
- No need to require
uri since it gets required once you require net/http
- Put
set_form_data data in a separate hash variable, let's call form_data for better looking and it's easier to manipulate
- Beautify the hash
form_data = {
"ABCD" => "123", "ABCD" => "123",
"ABCD" => "123", "ABCD" => "123",
"ABCD" => "123", "ABCD" => "123"
}
Thanks again for this awesome extension
Hi,
Thanks for making this extension available. I've some points on the generated Ruby script
urisince it gets required once you requirenet/httpset_form_datadata in a separate hash variable, let's callform_datafor better looking and it's easier to manipulateThanks again for this awesome extension