MatthijsKok / TI2806-Contextproject

GNU Lesser General Public License v3.0
0 stars 0 forks source link

API key Research #85

Closed RvdK closed 7 years ago

RvdK commented 7 years ago

Find out if 1 API key can be used for multiple IP addresses. As we cannot estimate the implementation there is no way of telling if it can be implemented immediately

joskuijpers commented 7 years ago

So it seems that API keys get bound to an IP and it can't be changed, according to Bunq support.

To 'solve' this issue, I created a simple proxy server that proxies everything to the bunq sandbox: this means all calls will have the same IP address. Note that there is NO SSL connection from the proxy to the client. And that this is against the terms of service of Bunq and MUST NOT be used outside the sandbox.