My code is this
require 'mechanize'
obj=Mechanize.new
a.get("http://cafedepoca.com/submit_data?name=test&email=test@mail.com&pass=mypassword&prof_type=30&api_key=mykey") do |d|
d.user='testuser'
d.password='mypassword'
end.click_button
エラーが返されます.Net::HTTPUnauthorized .ポップアップボックスに資格情報を入力する別の方法がある場合.他の宝石が存在する場合は、私に提案してください.