我正在使用Rails 3.2.1制作HTTP Post.
我需要在标题中添加X-FORWARDED FOR.我如何在Rails中做到这一点?
码:
post_data = { "username" => tabuser } response = Net::HTTP.post_form(URI.parse("http://<my PHP file>"),post_data)
谢谢
解决方法
这些net :: http示例可能有帮助吗?
https://github.com/augustl/net-http-cheat-sheet/blob/master/headers.rb