I've setup a secure feature service based on user groups. Setup security for Windows Domain, Windows Domain, Web, Web, and set IIS to use Windows Authentication on the WebAdaptor. The issue I'm having is with a feature layer applyEdits call that goes through the proxy and does not allow my browser client to authenticate, thus getting a 401 error.
My question is how can I get my javascript application to work either without hitting the proxy or pass the user credentials through to the WebAdaptor?
-thank you