I have a ajax call (type =post)to Sling servlet via htl for a component , In classic ui Ajax call is working fine, when I do the same call from Touch ui console, its showing me Invalid url access denied for the servlet path, am I missing something over here , did anyone face this ,Can someone please help me. Thanks in advance
It's happening because of post method set up in this config com.adobe.granite.csrf.impl.CSRFFilter, removing post from this filter resolved this currently
It's happening because of post method set up in this config com.adobe.granite.csrf.impl.CSRFFilter, removing post from this filter resolved this currently