I have the following api:
guest1:8080/DropboxRest/app/dropbox/start: this url initializes everything and goes to dropbox for getting an access token.
guest1:8080/DropboxRest/app/dropbox/finish: this is the redirect_uri where dropbox have to redirect. Instead of that, I obtain a 400 error.
I've declared this url on Oauth2 Redirect URIs.
guest1 is just a hostname that goes to 172.28.128.3
What I'm missing?