Updated WSF_OPTIONS_POLICY (markdown)

This commit is contained in:
colin-adams
2013-08-07 06:06:15 -07:00
parent 33d523e5bf
commit 090e294f10

View File

@@ -1 +1,3 @@
TODO # Implementing routines in WSF_OPTIONS_POLICY
This class provides a default response to OPTIONS requests other than OPTIONS *. So you don't have to do anything. The default response just includes the mandatory Allow headers for all the methods that are allowed for the request URI. if you want to include a body text, or additional header, then you should redefine this routine.