Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base url should be https #11

Open
stevendelarwelle opened this issue Dec 8, 2016 · 1 comment
Open

Base url should be https #11

stevendelarwelle opened this issue Dec 8, 2016 · 1 comment

Comments

@stevendelarwelle
Copy link

Google wants base url to be https now.

@asnad
Copy link

asnad commented Apr 5, 2019

I have fixed this with overriding the class like
class CustomGoogleDirections < GoogleDirections
@@base_url = "https://maps.googleapis.com/maps/api/directions/xml"
end

and then I did
directions = CustomGoogleDirections.new

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants