Python API
|
|
Hello, i’m using Python to extract the tickets of a custom report but after 30m of development where i’d get the data i needed, i’m getting 200 OK responses but not data. best |
|
|
It should not be any rate limitation after such a small amount of time. If you are seeing 200 OKs with no other data, it sounds like you may be behind a caching proxy that is trying to be smart (and failing). |
|
|
Hi, i’m getting the same behavior at my hosting server. Perhaps i should send a ‘no cache’ header or something? i’ll debug more later on |
|
|
i changed to urllib2 and it works now. thanks |
