Skip to content

Commit e500e4f

Browse files
committed
Test for POST per #5
1 parent 824aee0 commit e500e4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ProjectNamiBlobCache/CacheFrontEnd.vb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Public Class CacheFrontEnd
4646
End If
4747
End If
4848

49+
'Test for POST
50+
If app.Context.Request.HttpMethod.ToLower.Equals("post") Then
51+
Exit Sub
52+
End If
53+
4954
'Test for Not Cached
5055
If IsNotCached(app.Context.Request.Url.ToString.ToLower) Then
5156
Exit Sub

0 commit comments

Comments
 (0)