From 090e294f1060cd5f3db82fdd231f75e86058bbfa Mon Sep 17 00:00:00 2001 From: colin-adams Date: Wed, 7 Aug 2013 06:06:15 -0700 Subject: [PATCH] Updated WSF_OPTIONS_POLICY (markdown) --- WSF_OPTIONS_POLICY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WSF_OPTIONS_POLICY.md b/WSF_OPTIONS_POLICY.md index 30404ce4..2056c430 100644 --- a/WSF_OPTIONS_POLICY.md +++ b/WSF_OPTIONS_POLICY.md @@ -1 +1,3 @@ -TODO \ No newline at end of file +# 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. \ No newline at end of file