Skip to content

Instantly share code, notes, and snippets.

@mashiro
Created November 19, 2013 06:18
Show Gist options
  • Save mashiro/7541071 to your computer and use it in GitHub Desktop.
Save mashiro/7541071 to your computer and use it in GitHub Desktop.
def default_headers
{
:accept => '*/*',
:accept_language => 'ja,en-US;q=0.8,en;q=0.6',
:user_agent => 'Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)',
:cache_control => 'no-cache',
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment