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

Use HTTPS for freegeoip #6

Closed
ethicalhack3r opened this issue Jul 22, 2016 · 3 comments
Closed

Use HTTPS for freegeoip #6

ethicalhack3r opened this issue Jul 22, 2016 · 3 comments

Comments

@ethicalhack3r
Copy link

r = requests.get(r'http://freegeoip.net/json/', proxies=proxy)

r = requests.get(r'http://freegeoip.net/json/')

@ethicalhack3r
Copy link
Author

ethicalhack3r commented Jul 22, 2016

And Bing

link = 'http://www.bing.com/search'
:)

Google:

userServer = 'http://www.google.co.uk'

Your own site:

link = "http://darryllane.co.uk/bluto/log_use.php"

@darryllane
Copy link
Owner

They were moved to https but then removed as it was causing errors. Will look into again

@darryllane
Copy link
Owner

freegeoip added, will be leaving the others as is for now

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