We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf8379 commit a767f29Copy full SHA for a767f29
README.md
@@ -0,0 +1,12 @@
1
+# Evaluation Function Testing Server
2
+
3
+This server is intended to be run locally while using the Response Area
4
+Sandbox. It acts as a proxy between the Sandbox (running within a web browser)
5
+and an evaluation function.
6
7
+Web browsers send a [preflight
8
+request](https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request)
9
+before every GET or POST request which uses the OPTIONS verb. Evaluation
10
+functions (running locally or on AWS) are not configured to respond to OPTIONS
11
+requests, so this proxy is responsible for replying to the preflight request and
12
+forwarding just the POST request to the evaluation function.
0 commit comments