I can\'t seem to get this to work... I have some jQuery like this on the client:
$.ajax({ type: \"POST\", url: \"api/report/reportexists/\", data
$.post served the purpose for me. Remove the [FromBody] from webapi and give the url in the url parameter of the $.post in jquery client. It worked!