You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If TRACK_USAGE_USE_FREEGEOIP is True, then this field must be set. Mark the location for the IP address with "{ip}". For example:
168
172
169
-
"http://example.com/{ip}/?key=484848484abc321"
173
+
"http://example.com/json/{ip}/"
170
174
171
175
would resolve (with an IP of 1.2.3.4) to:
172
176
173
-
"http://example.com/1.2.3.4/?key=484848484abc321"
177
+
"http://example.com/json/1.2.3.4/"
174
178
175
179
If using SQLStorage, the returned JSON is converted to a string. You will likely want to pass a field list in the URL to avoid exceeding the 128 character limit of the field.
0 commit comments