Hi everyone!
While using API with an active whitelist of IP addresses, periodically the request fails with error 403.
Cloudflare gives a message that the API token is being used from an invalid address, and this address is a self-assigned IP (169.254.255.254)
"json":{
"errors":[
{
"code":9109,
"message":"Cannot use the access token from location: 169.254.255.254"
}
],
"messages":[
],
"result":null,
"success":false
},
does anyone have any ideas why this might be happening?
If I disable the whitelist - no problem.