No; the extra response and request are necessary for the SPNEGO authentication process, see RFC 4559 for details.
I'd recommend only forcing authentication of the sensitive resources. In your screenshot, it looks like only that very first request should be authenticated; you can probably set Satisfy Any on that /res directory.
No; the extra response and request are necessary for the SPNEGO authentication process, see RFC 4559 for details.
I'd recommend only forcing authentication of the sensitive resources. In your screenshot, it looks like only that very first request should be authenticated; you can probably set
Satisfy Any
on that/res
directory.