0
Hello, I have a service link http://example.meuwebservice:(port)/paraexample/ that when accessing via web browser, asks me for login and password and can result in json (only after entering username and password).
"field":"" ;
I would like help to write a page, perhaps in javascript, to consume this webservice. I’m having trouble getting past basic http authentication. Any link and/or suggestion of what to look for and/or where to start?