Unobtrusive Ajax lib Not sending XmlHttpRequest header
Unobtrusive Ajax lib Not sending XmlHttpRequest header We're trying to implement a simple 'subscribe to our newsletter' form with the help of the aspnet Unobtrusive Ajax (js) library. We noticed (using Fiddler) that there is no XmlHttpRequest header being sent to the server. What can we do to resolve? <form class="row no-gutters justify-content-center" asp-controller="Home" asp-action="SubscribeNewsLetter" data-ajax="true" data-ajax-method="POST" data-ajax-mode="replace-with" data-ajax-update="#updatethis" data-ajax-loading="#loading" data-ajax-success="Success" data-ajax-failure="Failure"> <div id="submitted" class="col-12 col-sm-6 col-md-5 col-lg-4 underline"> <input id="e...