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

Multiple API requests #25

Open
tejasa97 opened this issue May 11, 2020 · 1 comment
Open

Multiple API requests #25

tejasa97 opened this issue May 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tejasa97
Copy link
Member

Came on the site after long (2-3 days). Got this API response log

127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/covid_stats/history HTTP/1.0" 200 1115 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/covid_stats HTTP/1.0" 200 64 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/categories/Laboratories/total HTTP/1.0" 200 1201 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/categories/Hospitals/total HTTP/1.0" 200 752 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/categories/total HTTP/1.0" 200 334 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/state/Karnataka HTTP/1.0" 200 93235 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/categories/total HTTP/1.0" 200 334 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/state/Karnataka HTTP/1.0" 200 93235 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
127.0.0.1 - - [11/May/2020:13:27:24 +0530] "GET /v1/covid_stats HTTP/1.0" 200 64 "https://covidfyi.in/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"
@tejasa97 tejasa97 added the bug Something isn't working label May 11, 2020
@tejasa97
Copy link
Member Author

I see at least 2 APIs being repeated,
state/Karnataka, and
covid_stats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants