how to add authentication information in url using angularjs -


i want provides authentication information such user name , password in url access rest api using angularjs. how can this?

@radhika,

you can use token-based authentication system if end client mobile/web. if need implementation web can utilized session/cookies stuff.

you have not shared backend technology i'm giving reference link (with node)where can check angualr stuff.

http://code.tutsplus.com/tutorials/token-based-authentication-with-angularjs-nodejs--cms-22543


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -