diff --git a/ProjectNamiBlobCache/CacheFrontEnd.vb b/ProjectNamiBlobCache/CacheFrontEnd.vb index 037437c..3865d1a 100644 --- a/ProjectNamiBlobCache/CacheFrontEnd.vb +++ b/ProjectNamiBlobCache/CacheFrontEnd.vb @@ -46,6 +46,11 @@ Public Class CacheFrontEnd End If End If + 'Test for POST + If app.Context.Request.HttpMethod.Equals("POST") Then + Exit Sub + End If + 'Test for Not Cached If IsNotCached(app.Context.Request.Url.ToString.ToLower) Then Exit Sub