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

Dead link #164

Closed
tlrh314 opened this issue Aug 17, 2020 · 1 comment
Closed

Dead link #164

tlrh314 opened this issue Aug 17, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tlrh314
Copy link

tlrh314 commented Aug 17, 2020

Dead link in c58e3fb #72

https://doc.bunq.com/, section IP addresses:

IP addresses

When using a standard API Key the DeviceServer and Installation that are created in this process are bound to the IP address they are created from. Afterwards it is only possible to add IP addresses via the Permitted IP endpoint.

Using a Wildcard API Key gives you the freedom to make API calls from any IP address after the POST device-server. You can switch to a Wildcard API Key by tapping on “Allow All IP Addresses” in your API Key menu inside the bunq app. You can also programatically switch to a Wildcard API Key by passing your current ip and a * (asterisk) in the permitted_ips field of the device-server POST call. E.g: ["1.2.3.4", "*"].

Find out more at this link https://bunq.com/en/apikey-dynamic-ip.

curl -I https://www.bunq.com/en/apikey-dynamic-ip
HTTP/2 404
date: Mon, 17 Aug 2020 13:52:54 GMT
content-type: text/html; charset=UTF-8
cache-control: no-cache, must-revalidate
pragma: no-cache
expires: Mon, 17 Aug 2020 12:52:54 GMT
set-cookie: CRAFT_CSRF_TOKEN=24eaa74eaec650b372ee1366e4c14647221539f96b51c432b7608eeca6e8dfdaa%3A2%3A%7Bi%3A0%3Bs%3A16%3A%22CRAFT_CSRF_TOKEN%22%3Bi%3A1%3Bs%3A40%3A%22BnBzSUpsvp5xQDu5CsE3-SRLJYjqQsb2MteEwvGI%22%3B%7D; path=/; secure; HttpOnly
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: sameorigin
age: 0
x-cache: MISS
x-cache-hits: 0
x-cache-grace: none
x-domain-powered-by: bunq.com
@angelomelonas angelomelonas added the bug Something isn't working label Sep 4, 2020
@lexym
Copy link
Contributor

lexym commented Sep 4, 2020

this will be included into the next doc build

@lexym lexym closed this as completed Sep 4, 2020
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

3 participants