Adyanth Hosavalike
Adyanth Hosavalike
Amazing work here! Is the API stable enough to build on top of? I have plans on building an [external-dns](https://github.com/kubernetes-sigs/external-dns) provider for dynamically modifying DNS records and the legacy API...
Understood @DL6ER , thanks! This is the place I can follow for updates right? Or is there a discource/any other place where I can keep myself updated on the progress...
> We're posting noteworthy updates here: https://discourse.pi-hole.net/t/pi-hole-v6-0-development-is-well-on-its-way/43314 Looks like I either do not have access to it or the link is broken. Will wait for v6.0, thanks!
Will this issue be considered?
Looks like the login API is at https://degoo.com/me/login and the POST request takes `application/x-www-form-urlencoded` rather than JSON with CSRF.
I don't see the retry after header which makes me think it might be the end server sending 429? https://support.cloudflare.com/hc/en-us/articles/115001635128-Configuring-Cloudflare-Rate-Limiting
The main difference I can see is that my browser uses HTTP/2 whereas requests uses HTTP/1.1 Also, I'm not able to inject the HTTP/2 pseudo headers in both requests and...
Okay, now this is surprising. I copied the CURL command from the network tab, ran it from the terminal and getting a 429 from cloudflare. I have no idea what...
Yup And the very straightforward way to repro the issue is by going to dev tools, find the login request, right click, copy curl (bash) and run the curl command...
Further confirming the Cloudflare part, I can access this: http://rest-api.degoo.com/cdn-cgi/trace which provides what colo I am connected to. Still does not answer why I cannot perform the same query using...