My code is this
require 'mechanize'
obj=Mechanize.new
a.get("http://cafedepoca.com/submit_data?name=test&[email protected]&pass=mypassword&prof_type=30&api_key=mykey") do |d|
d.user='testuser'
d.password='mypassword'
end.click_button
它返回和error.Net::HTTPUnauthorized。如果任何其他方式來填補憑證,在彈出的box.If任何其他寶石是目前建議我。登錄使用機械化寶石
你的情況是'a'是什麼? –
當我填寫它的值返回ouath Net :: HTTPUnauthorized錯誤 –