Morning, I am trying to send a message to a friend via uuid. Via the developer portal using access token i can send message successfully. However if i try to send via Java rest api i get the following issue:
{
"msg": "ip mismatched! callerIp=xxx.xxx.xx.xxx. check out registered ips.",
"code": -401
}
Please note the issue is the same in POSTman.
Note that i have added the IP address to the Allowed IP list:
Kakao Developers My Application
Allowed Server IP Address
xxx.xxx.xx.xxx
xxx.xxx.xx.xxx/255.255.255.0 Please assist as i need to be able to use my access token to send via java.