SAFE Network API Documentation

That isn’t an auth error then! I think endpoint not found means you are specifying the API URL incorrectly.

@argent: the documented endpoint http://localhost:8100/0.5/auth
is simply wrong. If running as a “native” app use http://localhost:8100/auth if you’re running in browser using the proxy I think the preferred url is http://api.safenet/auth

;I do do that actually. I’m using the proxy, and going to api.safenet/auth, or occasionally http://localhost:8101/auth http://localhost:8101/auth.

I use 8101 because for some reason that’s what it appears to be running on and I get responses from. I don’t know if the port changed, or if there are more than 1 port open.

It’s weird, because if I issue GET requests I get the unauthorized message, if I do post, it claims the endpoint doesn’t exist, which doesn’t make a huge amount of sense, but I’m sure I’ve contructed some message wrong.

The proxy runs on 8101 and will only allow .safenet uri’s. (you’ll get a 403 Forbidden otherwise).

So if you want to go localhost use 8100.

Is the code you’re using for building that request viewable somehwere? gist/pastebin/other?