Messaging service api always returns <RESPONSE 401>


same result, i used my ip this time

I did try 0.0.0.0 and it gave me a 401 unauthorized response so I had to use my actual ip to get it to work.

Perhaps try regenerating the key and using the new key? Have you googled what your ip is? How did you figure out what it was otherwise?

1 Like

I used my old program to figure out my IP.
I will try this, if it dosent work ill try googling my IP and regening key

THANK YOU SO MUCH. This worked.

1 Like

What was it specifically that worked? The ip or regenerating the key?

1 Like

I put my IP then regenning the key. Then worked

1 Like

Its 0.0.0.0/0 by the way

2 Likes

tried that too didnt work. i guess the ip system is broken but it works now

It uses CIDR notation so you’ll need the /0 if you want to allow for all IP addresses. It’s possible that for certain networks that your IP address might be different. One of the easiest ways to get your IP is to just search “what’s my ip” in Google search and it’ll tell you where you’re making a request from.

1 Like