getting csrf stuff coded up, it's pretty much done just need to write a couple tests and add the filter to the necessary controller/actions

This commit is contained in:
Shannon
2013-12-02 17:20:50 +11:00
parent 33c32579c8
commit ea35ea1af5
12 changed files with 203 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using System.Web;
@@ -12,7 +13,7 @@ using Umbraco.Core;
namespace Umbraco.Web.WebApi
{
public static class HttpRequestMessageExtensions
{
/// <summary>