Java Rest API IP Issue

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.

Hi~

Tell me your app ID.
(My Application>App Settings>Summary > ID)

Hi My App ID is as follow:
ID 897630

Thank you Tim.

Kakao Developers

To register multiple IP addresses, separate them with line breaks.

Prerequisites | Kakao Developers Prerequisites

When requesting to issue a token, the error below is occurring. Please refer to the guide above.

/oauth/token	401	{"error":"invalid_client","error_description":"Bad client credentials","error_code":"KOE010"}
1개의 좋아요

Thank you i managed to solve the issue.

1개의 좋아요