I have deployed a custom servlet plugin to expose a web service endpoint, but I

I have deployed a custom servlet plugin to expose a web service endpoint, but I am running into issues with authentication. When I attempt to call the web service from another application it renders the form login as the response and the servlet is never called. If I make a test call from the browser to the url, then once I log in through the form it calls the servlet and the response i am expecting is returned. Is there something in the security settings I need to change in order for the servlet to not authenticate through the web form, but to let the servlet itself handle the authentication?...

OriginalPostID-90743

OriginalPostID-90743

  Discussion posts and replies are publicly visible