Posts by Alraune • 23 points
1 post
-
2
votes3
answers3149
viewsQ: JSON does not return utf-8
I am using freegeoip to know my location and use it in my program, but when I make a call using: r = requests.get(location_url, headers={"content-type":"application/json;charset=UTF-8"}) The return…