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。如果有任何其他方式可以在弹出框中填写凭据。如果存在任何其他 gem,请建议我。