I have a problem in my code. When I call a url from server application , it requires windows security and shows pop up login. How to hide it from my application using javascript?
Anyone knows?
I have a problem in my code. When I call a url from server application , it requires windows security and shows pop up login. How to hide it from my application using javascript?
Anyone knows?
The problem is simply that you're requesting a resource which requires authorisation. You have two options:
What you're asking is how to avoid the browser challenge requesting credentials - what else do you expect to happen? You can't just serve up a resource the requestor does not have access to.