Sha256: 158cc02dba25035e8b9a1a7481a2381864011c757e0b96c26b0558c346fe762c

Contents?: true

Size: 317 Bytes

Versions: 23

Compression:

Stored size: 317 Bytes

Contents

# To send custom user agents to identify your application to a web service (or mask as a specific browser for testing), send "User-Agent" as a hash to headers as shown below.

require 'httparty'

APPLICATION_NAME = "Httparty"
response = HTTParty.get('http://example.com', headers: {"User-Agent" => APPLICATION_NAME})

Version data entries

23 entries across 22 versions & 5 rubygems

Version Path
httparty-0.15.7 examples/headers_and_user_agents.rb
httparty-0.15.6 examples/headers_and_user_agents.rb
httparty-0.15.5 examples/headers_and_user_agents.rb
httparty-0.15.4 examples/headers_and_user_agents.rb
httparty-0.15.3 examples/headers_and_user_agents.rb
httparty-0.15.2 examples/headers_and_user_agents.rb
httparty-0.15.1 examples/headers_and_user_agents.rb
httparty-0.15.0 examples/headers_and_user_agents.rb
httparty-0.14.0 examples/headers_and_user_agents.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/2.0.0/gems/httparty-0.13.7/examples/headers_and_user_agents.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/1.9.1/gems/httparty-0.13.7/examples/headers_and_user_agents.rb
httparty-0.13.7 examples/headers_and_user_agents.rb
httparty-0.13.6 examples/headers_and_user_agents.rb
httpserious-0.13.5.lstoll1 examples/headers_and_user_agents.rb
httparty-0.13.5 examples/headers_and_user_agents.rb
httparty-0.13.4 examples/headers_and_user_agents.rb
httsoiree-0.13.3 examples/headers_and_user_agents.rb
httparty-0.13.3 examples/headers_and_user_agents.rb
httparty-0.13.2 examples/headers_and_user_agents.rb
httsoiree-0.13.1.1 examples/headers_and_user_agents.rb