Hello, I have a link from a service link that when accessed via web browser, asks me for login and password and I get result in json (only after entering username and password).
"field": "given";
I would like help writing a page, perhaps in javascript, to consume this webservice. I am having trouble passing basic http authentication. Any link and / or suggestion of what to look for and / or where to start?