Forums

I have not access to qiwi.com

I'm using qiwi.com's API, but it is not in whitelist.

http://help.pythonanywhere.com/pages/RequestingWhitelistAdditions/

API docs: https://developer.qiwi.com/en/qiwi-wallet-personal/index.html domains: qiwi.com edge.qiwi.com

OK I've added those two now, let us know if it works OK?

It doesn't work and it is not in the white list(

the whitelist page won't be updated immediately, but I can retrieve both those domains just fine from curl from a free account:

17:03 ~ $ curl -i qiwi.com/
HTTP/1.1 301 Moved Permanently
Server: QRATOR
Date: Tue, 03 Oct 2017 17:34:41 GMT
Content-Type: text/html
Content-Length: 178
Location: https://qiwi.com/
X-Cache: MISS from harry-liveproxy1
X-Cache-Lookup: MISS from harry-liveproxy1:3128
Via: 1.1 harry-liveproxy1 (squid/3.5.12)
Connection: keep-alive
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

17:34 ~ $ curl -i edge.qiwi.com/
HTTP/1.1 301 Moved Permanently
Server: QRATOR
Date: Tue, 03 Oct 2017 17:34:51 GMT
Content-Type: text/html
Content-Length: 178
Location: https://edge.qiwi.com/
X-Cache: MISS from harry-liveproxy1
X-Cache-Lookup: MISS from harry-liveproxy1:3128
Via: 1.1 harry-liveproxy1 (squid/3.5.12)
Connection: keep-alive
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
17:34 ~ $

maybe there are some other subdomains involved?