hello , I am facing a problem in connecting dropbox using oauth2 api to my app in IE 11 only. In other browsers , it is working fine .
Actually when I request for connection in other browsers, after verfication response Url I am getting is like this
and app get connect successfully in this situation .
In IE11 when request is sent and after verification, in response url , one slash is getting appended automatically after # due to which redirect url fails to connect and app is redirect to my default routing page .
here is url which I got in IE11 case like this
please provide me the solution ,I am using angular js for connection