How could I get the size of each request and response? #361
Unanswered
chrismaresca
asked this question in
Q&A
Replies: 1 comment
-
I used WARP on digital ocean server which avoids the issue you're experiencing. Will likely receive recaptcha requests which show as 400 if the IP is being rejected. That or check logs for rate limiting and implement way to handle. Otherwise Cloudflare's WARP could likely help your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking for a simple way to get the size of each request/response. I noticed that implementing the service on a major cloud provider is causing blacklisted IPs so going to try and implement rotating proxies but want to be able to estimate the number of requests I could make per GB. Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions