I have this webapp that has been doing reverse geolocation for years, get an oauth token and then requesting a reserve-geocode.
Now, starting jan 7, the /oauth2/token/ suddenly returns a 403 forbidden (clearly using valid client-id + secret, double triple checked).
Now, when running the exact same request (ur, client-id, client-secret, etc, etc) using postman a oauth-token is returned successfully..
What can this be? Has my ip-address been blocked?
I generated a new client-id + secret, same issue.