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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -