# File lib/omniauth/strategy.rb, line 54 def full_host uri = URI.parse(request.url) uri.path = '' uri.query = nil uri.to_s end