sdmiller
sdmiller

Reputation: 403

.net webservice, jquery ajax, and webservice password question

I am making a webservice call that needs and authentication password using jquery ajax. My question is how/where to I store the webservice authentication password so that javascript can use it in the service call in a way that can't be seen from the html code view which would compromise security? Thax

Upvotes: 0

Views: 716

Answers (1)

Ives.me
Ives.me

Reputation: 2394

How can I pass windows authentication to webservice using jQuery?

Let me know if that is helpful

Upvotes: 1

Related Questions